Method | Description | |
---|---|---|
__construct ( array $properties ) | ||
all ( ) : array | Returns all properties and their values. | |
count ( ) | ||
get ( string $property, mixed $default = null ) : mixed | Returns the property value given its name. | |
has ( string $property ) : boolean | Returns true if data has property. | |
keys ( ) : array | Returns all property names. | |
set ( string $property, mixed $value ) : |
Sets the property value given its name. |