Exemplo n.º 1
0
 /**
  * Adds a source item that was parsed from this source file.
  *
  * @param PHP_Depend_Code_AbstractItem $item Node parsed in this file.
  *
  * @return void
  * @since 0.10.0
  */
 public function addChild(PHP_Depend_Code_AbstractItem $item)
 {
     $this->childNodes[$item->getUuid()] = $item;
 }