class ValidateEntityLoad extends ValidatorBase implements ValidatorInterface (View source)

Methods

static 
handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

__construct(string $entityType, string $argumentName)

No description

validate(CommandData $commandData)

No description

Details

static handle(ReflectionAttribute $attribute, CommandInfo $commandInfo)

No description

Parameters

ReflectionAttribute $attribute
CommandInfo $commandInfo

__construct(string $entityType, string $argumentName)

No description

Parameters

string $entityType

The type of entity.

string $argumentName

The name of the argument which specifies the entity ID.

validate(CommandData $commandData)

No description

Parameters

CommandData $commandData