__get()
__get(mixed $name) : mixed
Magic method invoked when attempting to get the value of an inaccessible or a non-existent property.
Parameters
mixed | $name | The property name. |
Returns
mixed —The property value.