Option class for the ezpCacheStorageCluster class.
More...
Option class for the ezpCacheStorageCluster class.
ezpCacheStorageClusterOptions::__construct |
( |
|
$options = array() | ) |
|
Constructs a new options class.
It also sets the default values of the format property
- Parameters
-
array(string=>mixed) | $options The initial options to set. |
- Exceptions
-
ezcBasePropertyNotFoundException | If trying to assign a property which does not exist |
ezcBaseValueException | If the value for the property is incorrect |
ezpCacheStorageClusterOptions::__get |
( |
|
$key | ) |
|
Property get access.
Simply returns a given option.
- Parameters
-
string | $key | The name of the option to get. |
- Returns
- mixed The option value.
ezpCacheStorageClusterOptions::__isset |
( |
|
$key | ) |
|
Returns if a option exists.
- Parameters
-
string | $key | Option name to check for. |
- Returns
- void
ezpCacheStorageClusterOptions::__set |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Sets an option.
This method is called when an option is set.
- Parameters
-
string | $key | The option name. |
mixed | $value | The option value. |
ezpCacheStorageClusterOptions::$storageOptions |
|
protected |
The documentation for this class was generated from the following file: