Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->errors = [];
     $this->getTypeList();
     // возмём сразу из БД   список типов узлов
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->errors = [];
 }