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

Flush Operation - Write all dirty entries to the CouchDB.
public flush ( ) : void
Результат void
Пример #1
0
 public function flush()
 {
     $this->unitOfWork->flush();
     // todo: rename commit
 }