X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=includes%2FFormOptions.php;h=f0a48d290e583b19ccb1b9f97e75ae7906060a5f;hb=a89f844919271da2e7c4d2a540de6d0f516d845a;hp=a6e01cc0e879715d8003376233a81cca8c9e11b4;hpb=166389272390f58ea04886d561831aff35303078;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index a6e01cc0e8..f0a48d290e 100644 --- a/includes/FormOptions.php +++ b/includes/FormOptions.php @@ -44,7 +44,8 @@ class FormOptions implements ArrayAccess { /** Integer type, maps guessType() to WebRequest::getInt() */ const INT = 1; /** Float type, maps guessType() to WebRequest::getFloat() - * @since 1.23 */ + * @since 1.23 + */ const FLOAT = 4; /** Boolean type, maps guessType() to WebRequest::getBool() */ const BOOL = 2; @@ -53,7 +54,8 @@ class FormOptions implements ArrayAccess { */ const INTNULL = 3; /** Array type, maps guessType() to WebRequest::getArray() - * @since 1.29 */ + * @since 1.29 + */ const ARR = 5; /* @} */ @@ -384,6 +386,7 @@ class FormOptions implements ArrayAccess { * @see https://www.php.net/manual/en/class.arrayaccess.php */ /* @{ */ + /** * Whether the option exists. * @param string $name