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 Collection

Editor collection.

Icybee\Modules\Editor\Collection implements ArrayAccess, IteratorAggregate
Namespace: Icybee\Modules\Editor
Located at vendor/icanboogie-modules/editor/lib/collection.php

Methods summary

public static Icybee\Modules\Editor\Collection
# prototype_get_editors( ICanBoogie\Core $core )

Returns the global editor collection.

Returns the global editor collection.

The collection is created from the editors config and can be altered with an event hook on the Icybee\Modules\Editor\Collection::alter event.

Parameters

$core
ICanBoogie\Core
$core

Returns

Icybee\Modules\Editor\Collection
public
# __construct( array $definitions = array() )

Creates the collection.

Creates the collection.

public
# offsetExists( mixed $offset )

Checks if a editor exists.

Checks if a editor exists.

Implementation of

ArrayAccess::offsetExists()
public
# offsetGet( mixed $offset )

Returns the definition of an editor.

Returns the definition of an editor.

Throws

Icybee\Modules\Editor\EditorNotDefined
in attempt to use an undefined editor.

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $id, mixed $value )

Sets the editor definition.

Sets the editor definition.

Throws

Icybee\Modules\Editor\EditorAlreadyInstantiated
if an editor has already been instanciated with a previous definition.

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $id )

Removes an editor definition.

Removes an editor definition.

Throws

Icybee\Modules\Editor\EditorAlreadyInstantiated
if an editor has already been instanciated the definition.

Implementation of

ArrayAccess::offsetUnset()
public
# getIterator( )

Returns an iterator for the editor definitions.

Returns an iterator for the editor definitions.

Implementation of

IteratorAggregate::getIterator()

Magic methods summary

Properties summary

protected mixed $definitions
#
protected mixed $editors
#
Autodoc API documentation generated by ApiGen 2.8.0