Esempio n. 1
0
 /**
  * @param ChildApi $api The ChildApi object to add.
  */
 protected function doAddApi(ChildApi $api)
 {
     $this->collApis[] = $api;
     $api->setAction($this);
 }