LLMS_Notification::__construct( int $notification = null )

Constructor


Parameters Parameters

$notification

(int) (Optional) Notification ID

Default value: null


Top ↑

Source Source

File: includes/models/model.llms.notification.php

	public function __construct( $notification = null ) {

		if ( is_numeric( $notification ) ) {
			$this->id = $notification;
		}

	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.