From 152cd7048f993a02866c82b312d4578786c576fb Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 25 Apr 2017 11:54:19 +0000 Subject: [PATCH] dblayeroo : update for solve domci errors git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3539 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- dblayeroo.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dblayeroo.php b/dblayeroo.php index dbe7217..2e17bf3 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -978,7 +978,7 @@ class dblayeroo /** Get all the fields with the table name if needed. * If the objectJoin is set, return the fields name too - * @param bool $full Add the table name if the $full is set + * @param boolean $full Add the table name if the $full is set */ public function fieldsAll ($full = false) /* {{{ */ @@ -1365,7 +1365,7 @@ class dblayeroo /** Get the columns set in the query by displayColumn. If the $full parameter * is set, add the table prefix/name to the result. * If the join object is set, ask to it the columns too - * @param bool $full Add the table prefix/name if set + * @param boolean $full Add the table prefix/name if set */ public function displayGet ($full = false) /* {{{ */ @@ -1694,7 +1694,7 @@ class dblayeroo * return the joinObject order with its tableprefix/name in addition of * the ones of this object * If the parameter $full is set, add the table prefix/name to the result - * @param bool|null $full Add the table prefix/name if set + * @param boolean|null $full Add the table prefix/name if set */ public function orderGet ($full=false) /* {{{ */