コード例 #1
0
 public function getChildType($child)
 {
     if ($child == 'operand') {
         return 'FormRelationship_Where_Operands';
     }
     return parent::getChildType($child);
 }
コード例 #2
0
 public function getChildType($child)
 {
     if ($child = 'operand') {
         return 'MAPPED_limits_Where_Operands';
     }
     return parent::getChildType($child);
 }
コード例 #3
0
 public function getChildType($child)
 {
     if ($child = 'operand') {
         return 'child_form_data_where_Operands';
     }
     return parent::getChildType($child);
 }
コード例 #4
0
 public function getChildType($child)
 {
     if ($child == 'operand') {
         return 'SVS_Where_Operands';
     }
     return parent::getChildType($child);
 }