Пример #1
0
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
 }
Пример #2
0
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
     $this->isRootType = false;
 }
Пример #3
0
 public function __construct($name = '', $type = '')
 {
     parent::__construct($name, $type);
     $this->style = 'element';
 }