public
|
#
serialize( mixed $content )
Returns content as is.
Parameters
See
Icybee\Modules\Editor.Editor::serialize()
Implementation of
|
public
|
#
unserialize( string $serialized_content )
Returns serialized content as is.
Returns serialized content as is.
Parameters
- $serialized_content
string $serialized_content
See
Icybee\Modules\Editor.Editor::unserialize()
Implementation of
|
public
Icybee\Modules\Editor\ImageEditorElement
|
#
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
Icybee\Modules\Images\Image
|
#
render( string $content )
Returns image active record.
Returns image active record.
Parameters
Returns
See
Icybee\Modules\Editor.Editor::render()
Implementation of
|