EditorBlocks
class EditorBlocks implements JsonSerializable, Jsonable, Htmlable, StructureField
Traits
Properties
protected array | $timestamps | from Timestamps | |
protected | $attributes | ||
array | $modified | from Accessors | |
int | $time | ||
array | $blocks | ||
string | $version | ||
string|null | $author |
Methods
__construct($attributes = [])
No description
raw()
No description
getBlocksAttribute($blocks = [])
No description
jsonSerialize()
No description
toJson($options = 0)
No description
string
toHtml()
Get content as a string of HTML.
Details
in
Timestamps at line 18
serializeTimestamp($value)
in
Accessors at line 30
array
toArray()
Get the raw attributes
in
Accessors at line 39
mixed
__get(string $property)
in
Accessors at line 67
__set(string $property, mixed $value)
in
Accessors at line 97
bool
__isset(string $property)
in
Accessors at line 105
__unset(string $key)
in
Accessors at line 116
bool
offsetExists(string $property)
in
Accessors at line 127
mixed
offsetGet(string $property)
in
Accessors at line 137
mixed
offsetSet(string $property, mixed $value)
in
Accessors at line 146
void
offsetUnset(string $key)
in
Accessors at line 154
string
__toString()
at line 28
__construct($attributes = [])
at line 33
raw()
at line 38
getBlocksAttribute($blocks = [])
at line 45
jsonSerialize()
at line 50
toJson($options = 0)
at line 60
string
toHtml()
Get content as a string of HTML.