Trait DependentDeleteTrait
Implements cascading deletes for dependent associations.
Included by HasOne and HasMany association classes.
Direct Users
Method Summary
-  cascadeDelete() publicCascade a delete to remove dependent records.
Method Detail
cascadeDelete()source public
cascadeDelete( Cake\Datasource\EntityInterface $entity , array $options [] )
Cascade a delete to remove dependent records.
This method does nothing if the association is not dependent.
Parameters
-  Cake\Datasource\EntityInterface$entity
- The entity that started the cascaded delete.
-  array $optionsoptional []
- The options for the original delete.
Returns
booleanSuccess.
    © 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
    http://api.cakephp.org/3.2/class-Cake.ORM.Association.DependentDeleteTrait.html