PHP Class Neos\Neos\Validation\Validator\HostnameValidator

Inheritance: extends Neos\Flow\Validation\Validator\AbstractValidator
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$supportedOptions array

Protected Methods

Method Description
isValid ( mixed $hostname ) : void Validates if the hostname is valid.

Method Details

isValid() protected method

Validates if the hostname is valid.
protected isValid ( mixed $hostname ) : void
$hostname mixed The hostname that should be validated
return void

Property Details

$supportedOptions protected property

protected array $supportedOptions
return array