PHP Class Api\EnumType\ApiWebSearchOption

Afficher le fichier Open project: wsdltophp/packagegenerator Class Usage Examples

Méthodes publiques

Méthode Description
__toString ( ) : string Method returning the class name
getValidValues ( ) : string[] Return allowed values
valueIsValid ( mixed $value ) : boolean Return true if value is allowed

Method Details

__toString() public méthode

Method returning the class name
public __toString ( ) : string
Résultat string __CLASS__

getValidValues() public static méthode

Return allowed values
public static getValidValues ( ) : string[]
Résultat string[]

valueIsValid() public static méthode

Return true if value is allowed
public static valueIsValid ( mixed $value ) : boolean
$value mixed value
Résultat boolean true|false