/** * Constructor */ public function __construct() { parent::__construct(); $this->allowableParents[] = 'Expr1'; $this->allowableParents[] = 'Expr2'; }
/** * Constructor */ public function __construct() { parent::__construct(); $this->allowableAttributeMap = array('type' => 'Type'); }