csrf : domci update

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5461 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-09-10 08:48:43 +00:00
parent 5585ae23e8
commit 32542c44b8

View File

@@ -43,6 +43,7 @@ class csrf
// }}}
/** Get / Set the status of the CSRF protection
* @param boolean|null $val The value to set/get if null
*/
public function csrfState ($val = null)
// {{{
@@ -56,6 +57,7 @@ class csrf
// }}}
/** Get / Set the name of the field in HTML
* @param string|null $val The value to set/get if null
*/
public function field ($val = null)
// {{{