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