This commit is contained in:
parent
0ae630046f
commit
c67cd12226
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue