1.0 Doctrine_AuditLog
Doctrine AuditLog
Inheritence
Doctrine_AuditLog < Doctrine_Record_Generator
Method Summary
| Returns | Name | Description |
|---|---|---|
| Integer | getMaxVersion | |
| array | getVersion | |
| setTableDefinition | ||
| __construct |
Methods inherited from Doctrine_Record_Generator
buildChildDefinitions , getOption , __isset , buildForeignRelation , initOptions , generateClass , getOptions , addChild , __get , setOption , buildForeignKeys , buildRelation , initialize , buildLocalRelationMethod Details
-
(Integer) getMaxVersion(( ) $record)
Get the max version number for a given Doctrine_Record
-
(array) getVersion(( ) $record, $version)
Get array of information for the passed record and the specified version
Doctrine_AuditLog
-
setTableDefinition()
Set the table definition for the audit log table
-
$options An array of options __construct($options = array())
Accepts array of options to configure the AuditLog