Class: Doctrine_AuditLog
Source Location: /Doctrine/AuditLog.phpClass Doctrine_AuditLog
Class Overview
Doctrine_AuditLog Located in /Doctrine/AuditLog.php [line 32] Author(s):
|
[ Top ]
Property Summary
Method Summary
Doctrine_AuditLog | __construct() | |
void | buildDefinition() | |
mixed | getOption() | getOption returns the value of given option |
array | getOptions() | getOptions returns all options of this table and the associated values |
void | getVersion() | |
Doctrine_AuditLog | setOption() | setOption sets an option and returns this object in order to allow flexible method chaining |
void | __get() | __get an alias for getOption |
void | __isset() | __isset |
[ Top ]
Properties
Methods
Constructor __construct [line 43]
|
$options: |
API Tags:
Access: | public |
[ Top ]
buildDefinition [line 131]
|
Doctrine_Table | $table: |
API Tags:
Access: | public |
[ Top ]
getOption [line 103]
|
getOption returns the value of given option
Parameters:string | $name: | the name of the option |
API Tags:
Return: | the value of given option |
Access: | public |
[ Top ]
getOptions [line 75]
|
getOptions returns all options of this table and the associated values
API Tags:
Return: | all options and their values |
Access: | public |
[ Top ]
getVersion [line 111]
|
Doctrine_Record | $record: | |
$version: |
API Tags:
Access: | public |
[ Top ]
setOption [line 89]
|
setOption sets an option and returns this object in order to allow flexible method chaining
Parameters:string | $name: | the name of the option to set |
mixed | $value: | the value of the option |
API Tags:
Return: | this object |
See: | slef::$_options for available options |
Access: | public |
[ Top ]
__get [line 53]
|
__get an alias for getOption
Parameters:string | $option: |
API Tags:
Access: | public |
[ Top ]