LLMS_Notification::__get( string $key )

Get notification properties


Parameters Parameters

$key

(string) (Required) key to retrieve


Top ↑

Return Return

(mixed)


Top ↑

Source Source

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

	public function __get( $key ) {
		return $this->get( $key, false );
	}

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.