Свойство | Type | Description | |
---|---|---|---|
$properties | array(string=>mixed) | Container to hold the properties |
Méthode | Description | |
---|---|---|
__construct ( array $message ) | Constructor. | |
__get ( string $propertyName ) : mixed | Property read access. | |
__isset ( string $propertyName ) : boolean | Property isset access. | |
__set ( string $propertyName, mixed $val ) | Property write access. |