Horde_Kolab_Storage_List_Cache::__construct PHP Метод

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

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