Class jInstallCheck

Description

check an installation of a jelix application

  • since: 1.0b2

Located in /core/jInstallChecker.class.php (line 189)


	
			
Variable Summary
JInstallMessageProvider $messages
mixed $nbError
mixed $nbNotice
mixed $nbOk
mixed $nbWarning
Method Summary
jInstallCheck __construct ( $reporter, [ $lang = ''])
void checkAppPaths ()
void error ( $msg)
void loadBuildFile ()
void notice ( $msg)
void ok ( $msg)
void run ()
void warning (string $msg)
Variables
mixed $buildProperties (line 207)
  • access: protected
JInstallMessageProvider $messages (line 200)
  • access: public
mixed $nbError = 0 (line 202)
  • access: public
mixed $nbNotice = 0 (line 205)
  • access: public
mixed $nbOk = 0 (line 203)
  • access: public
mixed $nbWarning = 0 (line 204)
  • access: public
jIInstallCheckReporter $reporter (line 195)

the object responsible of the results output

  • access: protected
Methods
Constructor __construct (line 209)
jInstallCheck __construct ( $reporter, [ $lang = ''])
  • $reporter
  • $lang
checkAppPaths (line 319)
void checkAppPaths ()
checkPhpExtensions (line 259)
void checkPhpExtensions ()
checkPhpSettings (line 368)
void checkPhpSettings ()
error (line 232)
  • access: protected
void error ( $msg)
  • $msg
loadBuildFile (line 360)
void loadBuildFile ()
notice (line 253)
  • access: protected
void notice ( $msg)
  • $msg
ok (line 238)
  • access: protected
void ok ( $msg)
  • $msg
run (line 214)
void run ()
warning (line 247)

generate a warning

  • access: protected
void warning (string $msg)
  • string $msg: the key of the message to display

Documentation generated on Thu, 22 Mar 2012 22:16:21 +0100 by phpDocumentor 1.4.3