Пример #1
0
 /**
  * Forces a flush.
  */
 public function forceFlush()
 {
     if ($this->allowForceFlush) {
         if ($this->activateLog) {
             $this->log('Flush was forced for level ' . $this->flushSuiteLevel . '.');
         }
         parent::flush();
     }
 }
Пример #2
0
 /**
  * Forces a flush.
  */
 public function forceFlush()
 {
     if ($this->allowForceFlush) {
         parent::flush();
     }
 }