RichTextField
extends Field
-
since
-
30.0.0
Table of Contents
Properties
-
$alias
: string|null
-
$id
: int|null
-
$tag
: string|null
-
$content
: string
-
$index
: string
-
$type
: FieldType
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array{index: string, type: string, alias: ?string, tag: ?string, id: ?int, content?: string, checked?: bool}
-
setValue()
: void
$alias
public
string|null
$alias
= null
$id
public
int|null
$id
= null
$tag
public
string|null
$tag
= null
$content
private
string
$content
= ''
$index
private
string
$index
$type
private
FieldType
$type
__construct()
public
__construct(string $index, FieldType $type) : mixed
Parameters
-
$index
: string
-
-
$type
: FieldType
-
-
since
-
30.0.0
jsonSerialize()
public
jsonSerialize() : array{index: string, type: string, alias: ?string, tag: ?string, id: ?int, content?: string, checked?: bool}
-
since
-
30.0.0
Return values
array{index: string, type: string, alias: ?string, tag: ?string, id: ?int, content?: string, checked?: bool}
setValue()
public
setValue(mixed $value) : void
Parameters
-
$value
: mixed
-
-
since
-
30.0.0