Commit 84aef7c7 authored by zYne's avatar zYne

small fix

parent 6402b73b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment