예제 #1
0
 /**
  * @param ChildTag $tag The ChildTag object to add.
  */
 protected function doAddTag(ChildTag $tag)
 {
     $this->collTags[] = $tag;
     $tag->setTagType($this);
 }