Table of Contents
Constants
-
JS_TYPE_BOARD
= 'board'
-
JS_TYPE_UNKNOWN
= 'unknown'
Methods
-
__construct()
: mixed
-
getAllowedContentTypes()
: array<string|int, mixed>
-
getData()
: array<string|int, mixed>
-
getJsType()
: string
-
getOption()
: mixed
-
getSizeRestriction()
: mixed
-
render()
: string|null
JS_TYPE_BOARD
public
mixed
JS_TYPE_BOARD
= 'board'
JS_TYPE_UNKNOWN
public
mixed
JS_TYPE_UNKNOWN
= 'unknown'
__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() : array<string|int, mixed>
Return values
array<string|int, mixed>
getData()
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed>
getJsType()
public
static getJsType() : string
getOption()
public
getOption(mixed $name[, mixed $defaultValue = null ]) : mixed
Parameters
-
$name
: mixed
-
-
$defaultValue
: mixed
= null
-
getSizeRestriction()
public
static getSizeRestriction() : mixed
render()
public
render() : string|null
Return values
string|null