예제 #1
0
파일: Job.php 프로젝트: andrewl/andrewlnet
 /**
  * {@inheritdoc}
  */
 public function addExistingItem(JobItemInterface $item)
 {
     $item->tjid = $this->id();
     $item->save();
 }