VideoMetadata
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
bool
passes($attribute, $value)
Determine if the validation rule passes.
string
message()
Get the validation error message.
Details
in
ImageMetadata at line 35
__construct()
Create a new instance.
at line 10
bool
passes($attribute, $value)
Determine if the validation rule passes.
at line 36
string
message()
Get the validation error message.
in
ImageMetadata at line 77
protected
fileMetadataPasses(FileMetadata $file)
No description