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

  • ContactForm
  • DefaultsOperation
  • EditBlock
  • EmailComposer
  • Form
  • FormEditor
  • FormEditorElement
  • Hooks
  • ManageBlock
  • Model
  • Module
  • NotifyParams
  • PopForm
  • PostOperation
  • PressContactForm
  • QuickContactForm

Interfaces

  • AlterNotify

Class FormEditor

"Form" editor.

Icybee\Modules\Forms\FormEditor implements Icybee\Modules\Editor\Editor
Namespace: Icybee\Modules\Forms
Located at vendor/icanboogie-modules/forms/lib/editors/form/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\Forms\FormEditorElement
# 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\Forms\FormEditorElement

See

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

Implementation of

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

Returns a _Form_ active record.

Returns a _Form_ active record.

Parameters

$content
string
$content

Returns

Icybee\Modules\Forms\Form

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