Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • ChangeOperation
  • Collection
  • FeedEditor
  • FeedEditorElement
  • ImageEditor
  • ImageEditorElement
  • Module
  • MultiEditorElement
  • NodeEditor
  • NodeEditorElement
  • PatronEditor
  • PatronEditorElement
  • PHPEditor
  • PHPEditorElement
  • RawEditor
  • RawEditorElement
  • RTEEditor
  • RTEEditorElement
  • SelectorElement
  • TabbableEditor
  • TabbableEditorElement
  • TabbableEditorRenderer
  • TabbableNewPaneOperation
  • TextEditor
  • TextEditorElement
  • TextmarkEditor
  • TextmarkEditorElement
  • WidgetsEditor
  • WidgetsEditorElement

Interfaces

  • Editor
  • EditorElement

Exceptions

  • EditorAlreadyInstantiated
  • EditorNotDefined

Interface Editor

The editor interface is used to serialize/unserialize the content edited by the editor it provides, as well as render this content.

Direct known implementers

Icybee\Modules\Editor\FeedEditor, Icybee\Modules\Editor\ImageEditor, Icybee\Modules\Editor\WidgetsEditor, Icybee\Modules\Forms\FormEditor, Icybee\Modules\Views\ViewEditor, Icybee\Modules\Editor\NodeEditor, Icybee\Modules\Editor\PatronEditor, Icybee\Modules\Editor\PHPEditor, Icybee\Modules\Editor\RawEditor, Icybee\Modules\Editor\RTEEditor, Icybee\Modules\Editor\TabbableEditor, Icybee\Modules\Editor\TextEditor, Icybee\Modules\Editor\TextmarkEditor

Namespace: Icybee\Modules\Editor
Located at vendor/icanboogie-modules/editor/lib/editor.php

Methods summary

public
# serialize( mixed $content )

Serialize the content.

Serialize the content.

Parameters

$content
mixed
$content
public
# unserialize( string $serialized_content )

Unserialize the serialized content.

Unserialize the serialized content.

Parameters

$serialized_content
string
$serialized_content
public Brickrouge\Element
# from( array $attributes )

Creates the editor element from the provided attributes.

Creates the editor element from the provided attributes.

The content of the editor is provided using the value attribute.

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

Brickrouge\Element
public
# render( string $content )

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

$content
string
$content

Magic methods summary

Autodoc API documentation generated by ApiGen 2.8.0