synchronize() abstract public method

Inform all listeners about the synchronization call.
abstract public synchronize ( )
コード例 #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!'));
 }