class ImageMetadata implements Rule

Constants

NUMERIC_FIELDS

All numeric metadata fields (keys) with description (values).

Properties

protected string $message

The validation error message.

Methods

__construct()

Create a new instance.

bool
passes($attribute, $value)

Determine if the validation rule passes.

string
message()

Get the validation error message.

fileMetadataPasses(FileMetadata $file)

No description

Details

at line 35
__construct()

Create a new instance.

at line 43
bool passes($attribute, $value)

Determine if the validation rule passes.

Parameters

$attribute
$value

Return Value

bool

at line 72
string message()

Get the validation error message.

Return Value

string

at line 77
protected fileMetadataPasses(FileMetadata $file)

No description

Parameters

FileMetadata $file