Horde_Kolab_Storage_List_Synchronization::synchronize PHP 메소드

synchronize() 추상적인 공개 메소드

Inform all listeners about the synchronization call.
abstract public synchronize ( )
    public abstract function synchronize();

Usage Example

예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Inform all listeners about the synchronization call.
  */
 public function synchronize()
 {
     $result = $this->_synchronization->synchronize();
     $this->_logger->debug(sprintf('Synchronized the Kolab folder list!'));
 }
Horde_Kolab_Storage_List_Synchronization