DomCI : Change the non existing PHPDocs types
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -686,8 +686,8 @@ class dblayer
|
||||
* @param array|null $order Sort the columns by orientation
|
||||
* $order = array (array ($key, $orientation), ...)
|
||||
* $key=>column, $orientation=ASC/DESC
|
||||
* @param bool|null $whereOr The WHERE parameters are separated by OR instead
|
||||
* of AND
|
||||
* @param boolean|null $whereOr The WHERE parameters are separated by OR
|
||||
* instead of AND
|
||||
* @param array|null $foreignSelect Add a filter on foreign keys
|
||||
* @return array array ([0] => array (column=>value, column=>value),);
|
||||
*/
|
||||
@@ -1422,8 +1422,8 @@ class dblayer
|
||||
@param array|null &$order Sort the columns by orientation
|
||||
$order = array (array ($key, $orientation), ...)
|
||||
$key=>column, $orientation=ASC/DESC
|
||||
@param bool|null &$whereOr The WHERE parameters are separated by OR
|
||||
instead of AND
|
||||
@param boolean|null &$whereOr The WHERE parameters are separated by OR
|
||||
instead of AND
|
||||
@param array|null &$foreignSelect Add a filter on foreign keys */
|
||||
public function hookpreread (&$select, &$display, &$order, &$whereOr,
|
||||
&$foreignSelect)
|
||||
|
||||
Reference in New Issue
Block a user