Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function run($size = ProcessInterface::DEFAULT_QUANTITY_PROCESESS)
 {
     return $this->process->size($size)->create($this->each());
 }