![]() |
Antidot PHP API
version 0.16.0
##PHP API to simplify integration of Antidot components
|
Add magic so that getter methods can be called the same way as properties. More...
Public Member Functions | |
__get ($name) | |
Simple property helper. |
Add magic so that getter methods can be called the same way as properties.
__get | ( | $name | ) |
Simple property helper.
Convenient way to access get_XXX
methods through property call.
$name | [in] name of the required property. |