Пример #1
0
 private function checkTime($ignoreTimeLimit = false)
 {
     if (InstallerHelper::unlimitTime() === false && $ignoreTimeLimit === false) {
         Yii::$app->session->setFlash('warning', Yii::t('app', 'Can\'t set time limit to 0. Some operations may not complete.'));
         return false;
     } else {
         return true;
     }
 }