From: Hypolite Petovan Date: Sun, 22 Apr 2018 15:33:20 +0000 (-0400) Subject: Add documentation for $options parameter in dba::delete X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a026515bd5c774e311106e84e707c2f7dfe28e9;p=friendica.git Add documentation for $options parameter in dba::delete --- diff --git a/include/dba.php b/include/dba.php index b41a7aab76..33709e863f 100644 --- a/include/dba.php +++ b/include/dba.php @@ -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 *