VideoMetadata
class VideoMetadata extends ImageMetadata
Constants
ALLOWED_ATTRIBUTES |
Allowed columns for the metadata information to change image attributes. |
ALLOWED_METADATA |
Allowed columns for the metadata information to change image metadata. |
NUMERIC_FIELDS |
All numeric metadata fields (keys) with description (values). |
Properties
protected array | $files | Array of volume file names. |
from ImageMetadata |
protected string | $message | The validation error message. |
from ImageMetadata |
Methods
bool
passes(string $attribute, array $value)
Determine if the validation rule passes.
string
message()
Get the validation error message.
Details
in
ImageMetadata at line 65
__construct(array $files)
Create a new instance.
at line 10
bool
passes(string $attribute, array $value)
Determine if the validation rule passes.
at line 50
string
message()
Get the validation error message.