1
0
mirror of synced 2024-12-14 07:06:04 +03:00

small fix

This commit is contained in:
zYne 2006-09-21 12:17:26 +00:00
parent 6402b73b08
commit 84aef7c76e

View File

@ -18,7 +18,7 @@ interface Doctrine_EventListener_Interface {
public function onPreSave(Doctrine_Record $record); public function onPreSave(Doctrine_Record $record);
public function onGetProperty(Doctrine_Record $record, $property, $value); 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 onInsert(Doctrine_Record $record);
public function onPreInsert(Doctrine_Record $record); public function onPreInsert(Doctrine_Record $record);