ErrLock PHP Framework
0.1
|
Public Member Functions | |
__toString () | |
String representation. | |
getProperties () | |
Get all properties. | |
getProperty (string $name) | |
Get a property. More... | |
setProperty (string $name, Property $property) | |
Set a property. More... | |
![]() | |
__call (string $name, array $args) | |
Call to inaccessible method. More... | |
__get (string $name) | |
Getter for inaccessible properties. More... | |
__set (string $name, $value) | |
Setter for inaccessible properties. More... | |
EPF\Message::getProperty | ( | string | $name | ) |
Get a property.
[in] | string | $name | Property name |
EPF\Message::setProperty | ( | string | $name, |
Property | $property | ||
) |