public function __construct($name = '', $type = '') { parent::__construct($name, $type); }
public function __construct($name = '', $type = '') { parent::__construct($name, $type); $this->isRootType = false; }
public function __construct($name = '', $type = '') { parent::__construct($name, $type); $this->style = 'element'; }