public
|
#
serialize( mixed $content )
Returns the content as is.
Returns the content as is.
Parameters
See
Icybee\Modules\Editor.Editor::serialize()
Implementation of
|
public
|
#
unserialize( string $serialized_content )
Returns the serialized content as is.
Returns the serialized content as is.
Parameters
- $serialized_content
string $serialized_content
See
Icybee\Modules\Editor.Editor::unserialize()
Implementation of
|
public
Icybee\Modules\Views\ViewEditorElement
|
#
from( array $attributes )
Parameters
- $attributes
array $attributes Attributes that should be used to create the element. The content of
the element must be provided using the value attribute, and must be
unserialized.
Returns
See
Icybee\Modules\Editor.Editor::from()
Implementation of
|
public
|
#
render( string $id, mixed $engine = null, mixed $template = null )
Renders the content into a HTML string or an object that can be stringified
into a HTML string.
Renders the content into a HTML string or an object that can be stringified
into a HTML string.
Parameters
- $id
string $content
- $engine
- $template
Implementation of
|