Beispiel #1
0
 /**
  * @inheritDoc
  */
 public function collect($collection = null)
 {
     return $this->then($this->operations->collect(func_get_args()));
 }