LLMS_Session::__get( string $key )

__get function


Description Description


Parameters Parameters

$key

(string) (Required)


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/class.llms.session.php

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


Top ↑

User Contributed Notes User Contributed Notes

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