/** * Добавление модуля */ public function set($entity) { $set = new set($entity); $set->setConfig($this->config); $set->init(); return $set; }