1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-07-09 22:56:34 +00:00
parent 0ae630046f
commit c67cd12226

View file

@ -204,7 +204,7 @@ class Doctrine_Connection_UnitOfWork extends Doctrine_Connection_Module
$record->postSave($event); $record->postSave($event);
} }
/** /**
* deletes this data access object and all the related composites * deletes given record and all the related composites
* this operation is isolated by a transaction * this operation is isolated by a transaction
* *
* this event can be listened by the onPreDelete and onDelete listeners * this event can be listened by the onPreDelete and onDelete listeners