Пример #1
0
 /**
  * @param $levelId
  * @return Level
  */
 public static function getLevel($levelId)
 {
     return Level::findOrNew($levelId);
 }