Jelix 1.7.18

CheckerBase
in package

base class for a jelix installation checker.

Tags
since
1.7

Table of Contents

$checkForInstallation  : mixed
$messages  : Messages
$verbose  : mixed
$buildProperties  : mixed
$databases  : mixed
$dbRequired  : mixed
$otherExtensions  : mixed
$otherPaths  : mixed
$reporter  : ReporterInterface
the object responsible of the results output.
__construct()  : mixed
addDatabaseCheck()  : mixed
addExtensionCheck()  : mixed
addWritablePathCheck()  : mixed
run()  : mixed
run the ckecking.
_otherCheck()  : mixed
checkPhpExtensions()  : mixed
checkPhpSettings()  : mixed
error()  : mixed
notice()  : mixed
ok()  : mixed
warning()  : mixed
generate a warning.

Properties

$checkForInstallation

public mixed $checkForInstallation = false

$buildProperties

protected mixed $buildProperties = array()

$otherExtensions

protected mixed $otherExtensions = array()

Methods

addDatabaseCheck()

public addDatabaseCheck(mixed $databases, mixed $required) : mixed
Parameters
$databases : mixed
$required : mixed
Return values
mixed

addExtensionCheck()

public addExtensionCheck(mixed $extension, mixed $required) : mixed
Parameters
$extension : mixed
$required : mixed
Return values
mixed

addWritablePathCheck()

public addWritablePathCheck(mixed $pathOrFileName) : mixed
Parameters
$pathOrFileName : mixed
Tags
since
1.2.5
Return values
mixed

run()

run the ckecking.

public run() : mixed
Return values
mixed

_otherCheck()

protected _otherCheck() : mixed
Return values
mixed

checkPhpExtensions()

protected checkPhpExtensions() : mixed
Return values
mixed

checkPhpSettings()

protected checkPhpSettings() : mixed
Return values
mixed

error()

protected error(mixed $msg[, mixed $msgparams = array() ][, mixed $extraMsg = '' ]) : mixed
Parameters
$msg : mixed
$msgparams : mixed = array()
$extraMsg : mixed = ''
Return values
mixed

notice()

protected notice(mixed $msg[, mixed $msgparams = array() ]) : mixed
Parameters
$msg : mixed
$msgparams : mixed = array()
Return values
mixed

ok()

protected ok(mixed $msg[, mixed $msgparams = array() ]) : mixed
Parameters
$msg : mixed
$msgparams : mixed = array()
Return values
mixed

warning()

generate a warning.

protected warning(string $msg[, mixed $msgparams = array() ]) : mixed
Parameters
$msg : string

the key of the message to display

$msgparams : mixed = array()
Return values
mixed

Search results