LLMS_Post_Model::__get( string $key )
Magic Getter
Parameters Parameters
- $key
-
(string) (Required) Key to retrieve.
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
public function __get( $key ) {
return $this->___get( $key );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |