X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFormOptions.php;h=f0a48d290e583b19ccb1b9f97e75ae7906060a5f;hb=824ecd9b75bcbcbda0d9330656ea0f06ce288c3a;hp=53ddac9b198b3886ab6034911c1711ed833347c1;hpb=5410cfccce9b0b84bc909506c9b66d3f27d6dba7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FormOptions.php b/includes/FormOptions.php index 53ddac9b19..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; /* @} */ @@ -381,9 +383,10 @@ class FormOptions implements ArrayAccess { /** @name ArrayAccess functions * These functions implement the ArrayAccess PHP interface. - * @see https://secure.php.net/manual/en/class.arrayaccess.php + * @see https://www.php.net/manual/en/class.arrayaccess.php */ /* @{ */ + /** * Whether the option exists. * @param string $name