Horde_Kolab_Storage_List_Synchronization::synchronize PHP Method

synchronize() abstract public method

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

Usage Example

Exemplo n.º 1
0
Arquivo: Log.php Projeto: 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