Inheritance diagram for ProgramCheck:

Public Member Functions | |
| ProgramCheck ($path=null) | |
| Action () | |
| Result () | |
Public Attributes | |
| programs | |
| path | |
|
|
Definition at line 33 of file ProgramCheck.php. References path. |
|
|
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 43 of file ProgramCheck.php. References fs_find_executable(), 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 108 of file ProgramCheck.php. |
|
|
Definition at line 31 of file ProgramCheck.php. |
|
|
Definition at line 30 of file ProgramCheck.php. Referenced by NetPBM::NetPBM(). |
1.3