small fix
This commit is contained in:
parent
6402b73b08
commit
84aef7c76e
@ -18,7 +18,7 @@ interface Doctrine_EventListener_Interface {
|
||||
public function onPreSave(Doctrine_Record $record);
|
||||
|
||||
public function onGetProperty(Doctrine_Record $record, $property, $value);
|
||||
public function onPreSetProperty(Doctrine_Record $record, $property, $value);
|
||||
public function onSetProperty(Doctrine_Record $record, $property, $value);
|
||||
|
||||
public function onInsert(Doctrine_Record $record);
|
||||
public function onPreInsert(Doctrine_Record $record);
|
||||
|
Loading…
Reference in New Issue
Block a user