clear() public method

Clears all scheduled writes.
public clear ( )
Example #1
0
 /**
  * Roll back all scheduled changes.
  *
  * @return bool
  */
 public function rollback()
 {
     $this->clear();
     $this->defer->clear();
     return true;
 }