MediaItem
extends BaseComponent
in package
Media Model
Table of Contents
Properties
- $caption : string|null
- $title : string|null
- $type : string|null
- $url : string|null
- $fields : array<string|int, string>
Properties
$caption
public
string|null
$caption
$title
public
string|null
$title
$type
public
string|null
$type
$url
public
string|null
$url
$fields
protected
static array<string|int, string>
$fields
= ["type" => "string", "title" => "string", "caption" => "string", "url" => "string"]