OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxFileCheckerResult Class Reference

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 36 of file oxfilecheckerresult.php.

Member Function Documentation

oxFileCheckerResult::addResult (   $aResult)

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

Parameters
array$aResultResult
Returns
array

Definition at line 93 of file oxfilecheckerresult.php.

oxFileCheckerResult::getListAllFiles ( )

working directory getter

Returns
boolean

Definition at line 61 of file oxfilecheckerresult.php.

oxFileCheckerResult::getResult ( )

Getter for file checker result

Returns
array

Definition at line 71 of file oxfilecheckerresult.php.

oxFileCheckerResult::getResultSummary ( )

Getter for file checker result summary

Returns
array

Definition at line 81 of file oxfilecheckerresult.php.

oxFileCheckerResult::setListAllFiles (   $blListAllFiles)

Setter for working directory

Parameters
boolean$blListAllFilesWhether to list all files

Definition at line 51 of file oxfilecheckerresult.php.

Member Data Documentation

oxFileCheckerResult::$_aResult = array()
protected

Definition at line 17 of file oxfilecheckerresult.php.

oxFileCheckerResult::$_aResultSummary = array()
protected

Definition at line 24 of file oxfilecheckerresult.php.

oxFileCheckerResult::$_blListAllFiles = false
protected

Definition at line 31 of file oxfilecheckerresult.php.


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