コード例 #1
0
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
 }
コード例 #2
0
ファイル: Type.php プロジェクト: rocksolid-tn/pibx
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
     $this->isRootType = false;
 }
コード例 #3
0
ファイル: TypeAttribute.php プロジェクト: rocksolid-tn/pibx
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
     $this->style = 'element';
 }