Horde_Kolab_Storage_Cache_Data::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Horde_Kolab_Storage_Cache $cache, array $parameters = null )
$cache Horde_Kolab_Storage_Cache The core cache driver.
$parameters array Data set parameters that are only recorded and have no further impact.
    public function __construct(Horde_Kolab_Storage_Cache $cache, $parameters = null)
    {
        $this->_cache = $cache;
        $this->_parameters = $parameters;
    }