Esempio n. 1
0
 /**
  * @param ChildWork $work The ChildWork object to add.
  */
 protected function doAddWork(ChildWork $work)
 {
     $this->collWorks[] = $work;
     $work->setcanon($this);
 }