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

Class TextmarkEditor

"Textmark" editor.

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

Methods summary

public
# serialize( mixed $content )

Returns content as is.

Returns content as is.

Parameters

$content
mixed
$content

See

Icybee\Modules\Editor.Editor::serialize()

Implementation of

Icybee\Modules\Editor\Editor::serialize()
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

Icybee\Modules\Editor\Editor::unserialize()
public Icybee\Modules\Editor\TextmarkEditorElement
# 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

Icybee\Modules\Editor\TextmarkEditorElement

See

Icybee\Modules\Editor.Editor::from()

Implementation of

Icybee\Modules\Editor\Editor::from()
public
# render( string $content )

Renders content using the Textmark engine.

Renders content using the Textmark engine.

Parameters

$content
string
$content

See

Icybee\Modules\Editor.Editor::render()

Implementation of

Icybee\Modules\Editor\Editor::render()

Magic methods summary

Autodoc API documentation generated by ApiGen 2.8.0