Table of Contents
Constants
-
HEIGHT
= 700
-
JS_TYPE_UNKNOWN
= 'unknown'
-
JS_TYPE_VIDEO
= 'video'
-
WIDTH
= 700
Methods
-
__construct()
: mixed
-
getAllowedContentTypes()
: mixed
-
getData()
: mixed
-
getHeight()
: mixed
-
getJsType()
: mixed
-
getOption()
: mixed
-
getSizeRestriction()
: mixed
-
getWidth()
: mixed
-
render()
: mixed
HEIGHT
public
mixed
HEIGHT
= 700
JS_TYPE_UNKNOWN
public
mixed
JS_TYPE_UNKNOWN
= 'unknown'
JS_TYPE_VIDEO
public
mixed
JS_TYPE_VIDEO
= 'video'
WIDTH
public
mixed
WIDTH
= 700
__construct()
public
__construct(mixed $name, Uri $sourceUri[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
-
$name
: mixed
-
-
$sourceUri
: Uri
-
-
$options
: array<string|int, mixed>
= []
-
getAllowedContentTypes()
public
static getAllowedContentTypes() : mixed
getData()
public
getData() : mixed
getHeight()
public
getHeight() : mixed
getJsType()
public
static getJsType() : mixed
getOption()
public
getOption(mixed $name[, mixed $defaultValue = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$defaultValue
: mixed
= null
-
getSizeRestriction()
public
static getSizeRestriction() : mixed
getWidth()
public
getWidth() : mixed
render()
public
render() : mixed