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