final class ValidRowColumnRule implements ValidationRuleInterface (View source)

Traits

Methods

isSafeIdentifier(string $value)
bool
__construct(Database $database)
bool
validate(mixed $value, string|null $param, array $data)
bool

Details

isSafeIdentifier

protected bool isSafeIdentifier(string $value)

No description

Parameters

string $value

Return Value

bool

__construct

__construct(Database $database)

No description

Parameters

Database $database

validate

bool validate(mixed $value, string|null $param, array $data)

No description

Parameters

mixed $value
string|null $param
array $data

Return Value

bool