Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Neos
Neos
Validation
Validator
HostnameValidator
PHP Class Neos\Neos\Validation\Validator\HostnameValidator
Inheritance:
extends
Neos\Flow\Validation\Validator\AbstractValidator
ファイルを表示
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_oe property
protected
array
$supportedOptions
return
array