kernel/private/rest/classes/cache/options/storage_cluster.php
File containing ezpCacheStorageClusterOptions
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpCacheStorageClusterOptions
Package: Default
Parameters
Throws
Option class for the ezpCacheStorageCluster class.
- Parent(s)
- \ezcBaseOptions
Properties
Methods


__construct(
\array(string=>mixed) $options
=
array()
)
:
void
Constructs a new options class.
It also sets the default values of the format property
Name | Type | Description |
---|---|---|
$options | \array(string=>mixed) | The initial options to set. |
Exception | Description |
---|---|
\ezcBasePropertyNotFoundException | If trying to assign a property which does not exist |
\ezcBaseValueException | If the value for the property is incorrect |