Esempio n. 1
0
 /**
  * @return Process
  */
 public function getProcess()
 {
     if (null === $this->process) {
         $this->setProcess(new Process($this->getConfig(), $this->container->getJobLogger()));
     }
     return $this->process;
 }