Public Member Functions | |
| eZAudit () | |
| fetchAuditNameSettings () | |
Static Public Member Functions | |
| auditNameSettings () | |
| fetchAuditEnabled () | |
| isAuditEnabled () | |
| writeAudit ($auditName, $auditAttributes=array()) | |
Definition at line 36 of file ezaudit.php.
| eZAudit::auditNameSettings | ( | ) | [static] |
Returns an associative array of all names of audit and the log files used by this class
Definition at line 143 of file ezaudit.php.
Referenced by writeAudit().
| eZAudit::eZAudit | ( | ) |
Creates a new audit object.
Definition at line 41 of file ezaudit.php.
| eZAudit::fetchAuditEnabled | ( | ) | [static] |
Definition at line 129 of file ezaudit.php.
Referenced by isAuditEnabled().
| eZAudit::fetchAuditNameSettings | ( | ) |
Definition at line 50 of file ezaudit.php.
Referenced by auditNameSettings().
| eZAudit::isAuditEnabled | ( | ) | [static] |
Definition at line 113 of file ezaudit.php.
Referenced by eZContentObjectTreeNode::remove(), and writeAudit().
| 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 74 of file ezaudit.php.
Referenced by eZContentObjectTreeNode::assignSectionToSubTree(), eZOrder::cleanup(), eZOrder::cleanupOrder(), eZUser::loginUser(), eZContentObjectTreeNode::move(), eZContentObject::purge(), eZContentObjectTreeNode::remove(), and eZContentObject::remove().
1.6.3