Horde_Kolab_Storage_List_Query_List_Cache_Synchronization::synchronize PHP Method

synchronize() public method

Synchronize the query data with the information from the backend.
public synchronize ( )
    public function synchronize()
    {
        $this->_synchronize($this->_driver->getNamespace(), $this->_driver->listFolders(), $this->_driver->listAnnotation(Horde_Kolab_Storage_List_Query_List::ANNOTATION_FOLDER_TYPE));
    }

Usage Example

コード例 #1
0
ファイル: Cache.php プロジェクト: jubinpatel/horde
 /**
  * Synchronize the listener.
  */
 public function synchronize()
 {
     $this->_sync->synchronize();
 }