Inheritance diagram for FunctionCheck:

Public Member Functions | |
| FunctionCheck () | |
| Action () | |
| Result () | |
Public Attributes | |
| functions | |
Definition at line 33 of file FunctionCheck.php.
|
|
Constructor Does nothing at now Definition at line 45 of file FunctionCheck.php. |
|
|
Action does function checking Action is called by setup program and runs code defined here. Functions to check are in array $this->functions Definition at line 54 of file FunctionCheck.php. References Check::status, STATUS_ERROR, STATUS_PASSED, STATUS_SERIOUS_ERROR, STATUS_WARNING, and Check::warn_level. |
|
|
Returns result array. If every function was founded, returns zero array, else returns array of missing functions.
Definition at line 100 of file FunctionCheck.php. |
|
|
Definition at line 39 of file FunctionCheck.php. Referenced by Image_GD::Image_GD(). |
1.3