PHP Интерфейс Neos\Flow\Validation\Validator\ValidatorInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getOptions ( ) : array Returns the options of this validator which can be specified in the constructor
validate ( mixed $value ) : Neos\Error\Messages\Result Checks if the given value is valid according to the validator, and returns the Error Messages object which occurred.

Описание методов

getOptions() публичный Метод

Returns the options of this validator which can be specified in the constructor
public getOptions ( ) : array
Результат array

validate() публичный Метод

Checks if the given value is valid according to the validator, and returns the Error Messages object which occurred.
public validate ( mixed $value ) : Neos\Error\Messages\Result
$value mixed The value that should be validated
Результат Neos\Error\Messages\Result