コード例 #1
0
ファイル: DynaView.php プロジェクト: openbizx/openbizx-cubix
 /**
  * Initialize DynaView with xml array
  *
  * @param array $xmlArr
  * @return void
  */
 public function __construct(&$xmlArr)
 {
     parent::__construct($xmlArr);
     $this->processURL();
 }