Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Neos
Neos
Validation
Validator
UserDoesNotExistValidator
PHP Class Neos\Neos\Validation\Validator\UserDoesNotExistValidator
Inheritance:
extends
Neos\Flow\Validation\Validator\AbstractValidator
Datei anzeigen
Open project: neos/neos-development-collection
Class Usage Examples
Protected Properties
Property
Type
Description
$userService
Neos\Neos\Domain\Service\UserService
Protected Methods
Method
Description
isValid
(
mixed
$value
) :
void
Returns TRUE, if the specified user ($value) does not exist yet.
Method Details
isValid()
protected
method
If at least one error occurred, the result is FALSE.
protected
isValid
(
mixed
$value
) :
void
$value
mixed
The value that should be validated
return
void
Property Details
$userService
protected_oe property
protected
UserService,Neos\Neos\Domain\Service
$userService
return
Neos\Neos\Domain\Service\UserService