예제 #1
0
 public function getGeneratorFlags()
 {
     $ret = parent::getGeneratorFlags();
     if (is_instance_of($this->_class, 'Kwc_Root_TrlRoot_Chained_Component')) {
         $ret['trlBase'] = true;
     }
     $ret['chainedType'] = 'Trl';
     return $ret;
 }
예제 #2
0
 public function getGeneratorFlags()
 {
     $ret = parent::getGeneratorFlags();
     $ret['chainedType'] = 'Cc';
     return $ret;
 }