예제 #1
0
파일: Contains.php 프로젝트: dcarbone/camel
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->allowableParents[] = 'Expr1';
     $this->allowableParents[] = 'Expr2';
 }
예제 #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->allowableAttributeMap = array('type' => 'Type');
 }