Наследование: extends Bravo3\Orm\Traits\DebugInterface
Пример #1
0
 /**
  * Purge the current unit of work, clearing any unexecuted commands
  *
  * @return $this
  */
 public function purge()
 {
     $this->driver->purge();
     return $this->getProxy();
 }