예제 #1
0
 public function __construct($id, $module, $config = [])
 {
     parent::__construct($id, $module, $config);
     $this->layout = WebGlobalCore::LAYOUT_PUBLIC;
 }
 /**
  * @inheritdoc
  */
 public function __construct($id, $module, $config = [])
 {
     parent::__construct($id, $module, $config);
 }