Example #1
0
 public function addType(JobTypeInterface $type)
 {
     $this->types[$type->getName()] = $type;
 }