|
Doctrine 1.2.4
|
Inherits Doctrine_Record_Listener_Interface.
Inherited by Doctrine_AuditLog_Listener, Doctrine_Search_Listener, Doctrine_Template_Listener_Sluggable, Doctrine_Template_Listener_SoftDelete, and Doctrine_Template_Listener_Timestampable.
Public Member Functions | |
| getOption ($name) | |
| getOptions () | |
| setOption ($name, $value=null) | |
Definition at line 33 of file Listener.php.
| Doctrine_Record_Listener::getOption | ( | $name | ) |
getOption returns the value of given option
| string | $name | the name of the option |
Definition at line 74 of file Listener.php.
| Doctrine_Record_Listener::getOptions | ( | ) |
getOptions returns all options of this template and the associated values
Definition at line 62 of file Listener.php.
| Doctrine_Record_Listener::setOption | ( | $name, | |
$value = null |
|||
| ) |
setOption sets an option in order to allow flexible listener
| mixed | $name | the name of the option to set |
| mixed | $value | the value of the option |
Definition at line 47 of file Listener.php.