OXID eShop CE
4.10.2
|
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 36 of file oxfilecheckerresult.php.
oxFileCheckerResult::addResult | ( | $aResult | ) |
Methods saves result of one file check and returns updated summary array
array | $aResult | Result |
Definition at line 93 of file oxfilecheckerresult.php.
oxFileCheckerResult::getListAllFiles | ( | ) |
oxFileCheckerResult::getResult | ( | ) |
oxFileCheckerResult::getResultSummary | ( | ) |
Getter for file checker result summary
Definition at line 81 of file oxfilecheckerresult.php.
oxFileCheckerResult::setListAllFiles | ( | $blListAllFiles | ) |
Setter for working directory
boolean | $blListAllFiles | Whether to list all files |
Definition at line 51 of file oxfilecheckerresult.php.
|
protected |
Definition at line 17 of file oxfilecheckerresult.php.
|
protected |
Definition at line 24 of file oxfilecheckerresult.php.
|
protected |
Definition at line 31 of file oxfilecheckerresult.php.