LLMS_Abstract_Session_Data::__get( string $key )
Magic get
Parameters Parameters
- $key
-
(string) (Required) The key of the session variable.
Return Return
(mixed)
Source Source
File: includes/abstracts/llms-abstract-session-data.php
public function __get( $key ) { return $this->get( $key ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Moved from LLMS_Session . |
1.0.0 | Introduced. |