Horde_Kolab_Storage_List_Query_List_Cache_Synchronization::synchronize PHP 메소드

synchronize() 공개 메소드

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();
 }