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