synchronize() public method

Synchronize, if needed.
public synchronize ( mixed $token = false )
$token mixed A value indicating the last synchronization point, if available.
Exemplo n.º 1
0
 /**
  * Synchronize, if needed.
  *
  * @param mixed  $token  A value indicating the last synchronization point,
  *                       if available.
  */
 public function synchronize($token = false)
 {
     $this->_driver->synchronize($token);
 }