Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
GetOptionKit
ValueType
BaseType
PHP Class GetOptionKit\ValueType\BaseType
Afficher le fichier
Open project: c9s/getoptionkit
Méthodes publiques
Свойство
Type
Description
$option
mixed
Type option.
Méthodes publiques
Méthode
Description
__construct
(
$option
= null )
parse
(
mixed
$value
)
Parse a string value into it's type value.
test
(
mixed
$value
)
Test a value to see if it fit the type.
Method Details
__construct()
public
méthode
public
__construct
(
$option
= null )
parse()
abstract
public
méthode
Parse a string value into it's type value.
abstract
public
parse
(
mixed
$value
)
$value
mixed
test()
abstract
public
méthode
Test a value to see if it fit the type.
abstract
public
test
(
mixed
$value
)
$value
mixed
Property Details
$option
public_oe property
Type option.
public
mixed
$option
Résultat
mixed