PHPDoc support : correct the erroneous entries

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1463 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-06-16 13:46:39 +00:00
parent 679fa2c24a
commit 027cbccdcf
3 changed files with 34 additions and 16 deletions

View File

@@ -43,8 +43,12 @@ class dblayer extends PDO
protected $foreign = array ();
/** The db connection */
protected $db = null;
/** The verify stack */
/** The verify unitary stack
@param string $field The name of the field to test
@param string $val The value of the field to test */
protected function verifyOne ($field, $val) {}
/** The verify global stack
@param array $datas The associative array of contents */
protected function verifyAll ($datas) {}
/** Debug of the SQL */
public $debug = FALSE;