Ejemplo n.º 1
0
 protected function buildExec(JobConfig $config, $options)
 {
     if (null !== $this->parent) {
         $this->parent->buildExec($config, $options);
     }
     $this->innerType->buildExec($config, $options);
 }