Ejemplo n.º 1
0
 protected function buildExec(JobConfig $config, $options)
 {
     if (null !== $this->parent) {
         $this->parent->buildExec($config, $options);
     }
     $this->innerType->buildExec($config, $options);
 }
Ejemplo n.º 2
0
 public function addType(JobTypeInterface $type)
 {
     $this->types[$type->getName()] = $type;
 }