Example #1
0
 public function checkStatus($type, $model)
 {
     $space = SessionService::getInstance()->get('userName');
     return modelsData::checkStatus($type, $space, $model, ConfFile::$configFile);
 }