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

  • ActiveRecordProvider
  • CacheManager
  • Collection
  • Hooks
  • Module
  • Provider
  • TemplateResolver
  • View
  • ViewEditor
  • ViewEditorElement
  • ViewOptions

Class ViewEditor

View editor.

Icybee\Modules\Views\ViewEditor implements Icybee\Modules\Editor\Editor
Namespace: Icybee\Modules\Views
Located at vendor/icanboogie-modules/views/lib/editors/view/editor.php

Methods summary

public
# serialize( mixed $content )

Returns the content as is.

Returns the 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 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

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

Icybee\Modules\Views\ViewEditorElement

See

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

Implementation of

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

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

Magic methods summary

Autodoc API documentation generated by ApiGen 2.8.0