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
Returns
|
public
|
|
public
|
#
offsetExists( mixed $offset )
Checks if a editor exists.
Checks if a editor exists.
Implementation of
|
public
|
#
offsetGet( mixed $offset )
Returns the definition of an editor.
Returns the definition of an editor.
Throws
Implementation of
|
public
|
#
offsetSet( mixed $id, mixed $value )
Sets the editor definition.
Sets the editor definition.
Throws
Implementation of
|
public
|
#
offsetUnset( mixed $id )
Removes an editor definition.
Removes an editor definition.
Throws
Implementation of
|
public
|
#
getIterator( )
Returns an iterator for the editor definitions.
Returns an iterator for the editor definitions.
Implementation of
|