PHP Class Jyxo\Input\Validator\AbstractValidator

Author: Jaroslav Hanslík
Inheritance: implements Jyxo\Input\ValidatorInterface
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
validate ( mixed $value ) : boolean Validates a value.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

validate() public static méthode

Validates a value.
public static validate ( mixed $value ) : boolean
$value mixed Input value
Résultat boolean