Beispiel #1
0
 /**
  * @param bool $all
  * @return LoopExtendedInterface
  */
 public function flush($all = false)
 {
     $this->loop->flush($all);
     return $this;
 }