Class jInstallCheck

Description

check an installation of a jelix application

  • since: 1.0b2

Located in /installer/jInstallChecker.class.php (line 22)


	
			
Variable Summary
Method Summary
jInstallCheck __construct ( $reporter, [ $lang = ''])
void addDatabaseCheck ( $databases,  $required)
void addExtensionCheck ( $extension,  $required)
void addWritablePathCheck ( $pathOrFileName)
void checkAppPaths ()
void error ( $msg, [ $msgparams = array()], [ $extraMsg = ''])
void loadBuildFile ()
void notice ( $msg, [ $msgparams = array()])
void ok ( $msg, [ $msgparams = array()])
void run ()
void warning (string $msg, [ $msgparams = array()])
Variables
mixed $buildProperties (line 40)
  • access: protected
mixed $checkForInstallation = false (line 44)
  • access: public
mixed $databases = array() (line 69)
  • access: protected
mixed $dbRequired = false (line 70)
  • access: protected
jInstallerMessageProvider $messages (line 33)
  • access: public
mixed $nbError = 0 (line 35)
  • access: public
mixed $nbNotice = 0 (line 38)
  • access: public
mixed $nbOk = 0 (line 36)
  • access: public
mixed $nbWarning = 0 (line 37)
  • access: public
mixed $otherExtensions = array() (line 51)
  • access: protected
mixed $otherPaths = array() (line 57)
  • access: protected
jIInstallReporter $reporter (line 28)

the object responsible of the results output

  • access: protected
mixed $verbose = false (line 42)
  • access: public
Methods
Constructor __construct (line 46)
jInstallCheck __construct ( $reporter, [ $lang = ''])
  • $reporter
  • $lang
addDatabaseCheck (line 72)
void addDatabaseCheck ( $databases,  $required)
  • $databases
  • $required
addExtensionCheck (line 53)
void addExtensionCheck ( $extension,  $required)
  • $extension
  • $required
addWritablePathCheck (line 62)
  • since: 1.2.5
void addWritablePathCheck ( $pathOrFileName)
  • $pathOrFileName
checkAppPaths (line 214)
void checkAppPaths ()
checkPhpExtensions (line 126)
void checkPhpExtensions ()
checkPhpSettings (line 299)
void checkPhpSettings ()
error (line 98)
  • access: protected
void error ( $msg, [ $msgparams = array()], [ $extraMsg = ''])
  • $msg
  • $msgparams
  • $extraMsg
loadBuildFile (line 291)
void loadBuildFile ()
notice (line 119)
  • access: protected
void notice ( $msg, [ $msgparams = array()])
  • $msg
  • $msgparams
ok (line 104)
  • access: protected
void ok ( $msg, [ $msgparams = array()])
  • $msg
  • $msgparams
run (line 80)

run the ckecking

void run ()
warning (line 113)

generate a warning

  • access: protected
void warning (string $msg, [ $msgparams = array()])
  • string $msg: the key of the message to display
  • $msgparams

Documentation generated on Wed, 04 Jan 2017 22:55:20 +0100 by phpDocumentor 1.4.3