\Fuman_System_Check_PhpIni

Checks php ini

Summary

Methods
Properties
Constants
check()
getTranslation()
addError()
hasErrors()
getErrors()
addSuccess()
hasSuccess()
getSuccess()
__construct()
_addConfigVar()
No public properties found
COMPARATOR_SMALLER
COMPARATOR_EQUAL
COMPARATOR_GREATER
TYPE_BOOLEAN
TYPE_FILE_SIZE
No protected methods found
$_errors
$_success
$_configVars
N/A
No private methods found
No private properties found
N/A

Constants

COMPARATOR_SMALLER

COMPARATOR_SMALLER

Comparator smaller

COMPARATOR_EQUAL

COMPARATOR_EQUAL

Comparator equal

COMPARATOR_GREATER

COMPARATOR_GREATER

Comparator greater

TYPE_BOOLEAN

TYPE_BOOLEAN

Type boolean

TYPE_FILE_SIZE

TYPE_FILE_SIZE

Type file size

Properties

$_errors

$_errors : 

Type

$_success

$_success : 

Type

$_configVars

$_configVars : 

Type

Methods

check()

check() : boolean

Check

Returns

boolean

getTranslation()

getTranslation(  $template, array  $data) : string

Parameters

$template
array $data

Returns

string

addError()

addError(string  $template, array  $data) : void

Add error messages

Parameters

string $template
array $data

hasErrors()

hasErrors() : boolean

Has error messages

Returns

boolean

getErrors()

getErrors() : array

Get errors messages

Returns

array

addSuccess()

addSuccess(string  $template, array  $data) : void

Add success messages

Parameters

string $template
array $data

hasSuccess()

hasSuccess() : boolean

Has success messages

Returns

boolean

getSuccess()

getSuccess() : array

Get success messages

Returns

array

__construct()

__construct() 

Constructor

_addConfigVar()

_addConfigVar(string  $path, integer  $value, integer  $type, integer  $comparator) : void

Adds config var to be checked

Parameters

string $path
integer $value
integer $type
integer $comparator