コード例 #1
0
 /**
  * @param ChildItemFilterType $itemFilterType The ChildItemFilterType object to add.
  */
 protected function doAddItemFilterType(ChildItemFilterType $itemFilterType)
 {
     $this->collItemFilterTypes[] = $itemFilterType;
     $itemFilterType->setFittingRuleRow($this);
 }