|
eZ Publish
[4.2]
|
Public Member Functions | |
| eZAudit () | |
Static Public Member Functions | |
| static | auditNameSettings () |
| static | fetchAuditEnabled () |
| static | fetchAuditNameSettings () |
| static | isAuditEnabled () |
| static | writeAudit ($auditName, $auditAttributes=array()) |
Public Attributes | |
| const | DEFAULT_LOG_DIR = 'var/log/audit' |
Definition at line 31 of file ezaudit.php.
| static eZAudit::auditNameSettings | ( | ) | [static] |
Returns an associative array of all names of audit and the log files used by this class
Definition at line 139 of file ezaudit.php.
Referenced by writeAudit().
| eZAudit::eZAudit | ( | ) |
Creates a new audit object.
Definition at line 38 of file ezaudit.php.
| static eZAudit::fetchAuditEnabled | ( | ) | [static] |
Definition at line 125 of file ezaudit.php.
Referenced by isAuditEnabled().
| static eZAudit::fetchAuditNameSettings | ( | ) | [static] |
Definition at line 47 of file ezaudit.php.
Referenced by auditNameSettings().
| static eZAudit::isAuditEnabled | ( | ) | [static] |
Definition at line 109 of file ezaudit.php.
Referenced by eZContentObjectTreeNode\removeThis(), and writeAudit().
| static eZAudit::writeAudit | ( | $ | auditName, |
| $ | auditAttributes = array() |
||
| ) | [static] |
Writes $auditName with $auditAttributes as content to file name that will be fetched from ini settings by auditNameSettings() for logging.
Definition at line 71 of file ezaudit.php.
Referenced by eZContentObjectTreeNode\assignSectionToSubTree(), eZRole\assignToUser(), eZOrder\cleanup(), eZOrder\cleanupOrder(), eZUser\loginFailed(), eZUser\loginSucceeded(), eZContentObjectTreeNode\move(), eZContentObject\purge(), eZContentObject\removeThis(), and eZContentObjectTreeNode\removeThis().
| const eZAudit::DEFAULT_LOG_DIR = 'var/log/audit' |
Definition at line 33 of file ezaudit.php.
Referenced by fetchAuditNameSettings().