class VideoMetadata extends ImageMetadata

Constants

NUMERIC_FIELDS

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

Properties

protected string $message

The validation error message.

from  ImageMetadata

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

in ImageMetadata at line 35
__construct()

Create a new instance.

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

Determine if the validation rule passes.

Parameters

$attribute
$value

Return Value

bool

at line 36
string message()

Get the validation error message.

Return Value

string

in ImageMetadata at line 77
protected fileMetadataPasses(FileMetadata $file)

No description

Parameters

FileMetadata $file