Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function addExistingItem(JobItemInterface $item)
 {
     $item->tjid = $this->id();
     $item->save();
 }