Public Member Functions | |
__construct () | |
setListAllFiles ($blListAllFiles) | |
getListAllFiles () | |
getResult () | |
getResultSummary () | |
addResult ($aResult) | |
Protected Attributes | |
$_aResult = array() | |
$_aResultSummary = array() | |
$_blListAllFiles = false |
File checker result class Structures and keeps the result of shop file check diagnostics
Definition at line 9 of file oxfilecheckerresult.php.
oxFileCheckerResult.__construct | ( | ) |
Object constructor
Definition at line 35 of file oxfilecheckerresult.php.
oxFileCheckerResult.addResult | ( | $ | aResult | ) |
Methods saves result of one file check and returns updated summary array
$aResult |
Definition at line 91 of file oxfilecheckerresult.php.
oxFileCheckerResult.getListAllFiles | ( | ) |
oxFileCheckerResult.getResult | ( | ) |
oxFileCheckerResult.getResultSummary | ( | ) |
Getter for file checker result summary
Definition at line 80 of file oxfilecheckerresult.php.
oxFileCheckerResult.setListAllFiles | ( | $ | blListAllFiles | ) |
Setter for working directory
$blListAllFiles | boolean |
Definition at line 50 of file oxfilecheckerresult.php.
oxFileCheckerResult.$_aResult = array() [protected] |
Definition at line 16 of file oxfilecheckerresult.php.
oxFileCheckerResult.$_aResultSummary = array() [protected] |
Definition at line 23 of file oxfilecheckerresult.php.
oxFileCheckerResult.$_blListAllFiles = false [protected] |
Definition at line 30 of file oxfilecheckerresult.php.