1
0
mirror of synced 2025-02-20 22:23:14 +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);
}
/**
* 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 event can be listened by the onPreDelete and onDelete listeners