Horde_Kolab_Storage_TestCase::getCachedQueryForList PHP Метод

getCachedQueryForList() защищенный Метод

protected getCachedQueryForList ( $driver )
    protected function getCachedQueryForList($driver)
    {
        return new Horde_Kolab_Storage_List_Query_List_Cache(new Horde_Kolab_Storage_List_Query_List_Cache_Synchronization($driver, new Horde_Kolab_Storage_Folder_Types(), new Horde_Kolab_Storage_List_Query_List_Defaults_Bail()), $this->getMockListCache());
    }