synchronize() public method

Synchronize the query data with the information from the backend.
public synchronize ( )
Esempio n. 1
0
 /**
  * Synchronize the listener.
  */
 public function synchronize()
 {
     $this->_sync->synchronize();
 }