Public Member Functions | Protected Attributes

oxFileCheckerResult Class Reference

List of all members.

Public Member Functions

 __construct ()
 setListAllFiles ($blListAllFiles)
 getListAllFiles ()
 getResult ()
 getResultSummary ()
 addResult ($aResult)

Protected Attributes

 $_aResult = array()
 $_aResultSummary = array()
 $_blListAllFiles = false

Detailed Description

File checker result class Structures and keeps the result of shop file check diagnostics

Definition at line 9 of file oxfilecheckerresult.php.


Constructor & Destructor Documentation

oxFileCheckerResult.__construct (  ) 

Object constructor

Definition at line 35 of file oxfilecheckerresult.php.


Member Function Documentation

oxFileCheckerResult.addResult ( aResult  ) 

Methods saves result of one file check and returns updated summary array

Parameters:
$aResult 
Returns:
array

Definition at line 91 of file oxfilecheckerresult.php.

oxFileCheckerResult.getListAllFiles (  ) 

working directory getter

Returns:
boolean

Definition at line 60 of file oxfilecheckerresult.php.

oxFileCheckerResult.getResult (  ) 

Getter for file checker result

Returns:
array

Definition at line 70 of file oxfilecheckerresult.php.

oxFileCheckerResult.getResultSummary (  ) 

Getter for file checker result summary

Returns:
array

Definition at line 80 of file oxfilecheckerresult.php.

oxFileCheckerResult.setListAllFiles ( blListAllFiles  ) 

Setter for working directory

Parameters:
$blListAllFiles boolean

Definition at line 50 of file oxfilecheckerresult.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: