Add documentation for $options parameter in dba::delete

This commit is contained in:
Hypolite Petovan 2018-04-22 11:33:20 -04:00
parent ba3f721524
commit 0a026515bd
1 changed files with 3 additions and 0 deletions

View File

@ -858,6 +858,9 @@ class dba {
*
* @param string $table Table name
* @param array $conditions Field condition(s)
* @param array $options
* - cascade: If true we delete records in other tables that depend on the one we're deleting through
* relations
* @param boolean $in_process Internal use: Only do a commit after the last delete
* @param array $callstack Internal use: prevent endless loops
*