コード例 #1
0
ファイル: step_3.php プロジェクト: richsage/forkcms
 /**
  * Is this step allowed.
  *
  * @return bool
  */
 public static function isAllowed()
 {
     return InstallerStep2::isAllowed() && InstallerStep2::checkRequirements();
 }
コード例 #2
0
ファイル: step_7.php プロジェクト: richsage/forkcms
 /**
  * Validates the previous steps
  */
 private function validateForm()
 {
     return InstallerStep2::isAllowed() && InstallerStep3::isAllowed() && InstallerStep4::isAllowed() && InstallerStep5::isAllowed();
 }