コード例 #1
0
ファイル: ResourceType.php プロジェクト: mtornero/slowshop
 /**
  * @param ChildResource $resource The ChildResource object to add.
  */
 protected function doAddResource(ChildResource $resource)
 {
     $this->collResources[] = $resource;
     $resource->setResourceType($this);
 }