flush() публичный Метод

Execute the current unit of work
public flush ( ) : void
Результат void
Пример #1
0
 /**
  * Execute the current unit of work
  *
  * @return $this
  */
 public function flush()
 {
     $this->driver->flush();
     return $this->getProxy();
 }