Namespace Icybee
Namespaces summary
| Icybee\ActiveRecord |
| Icybee\ConfigOperation |
| Icybee\Document |
| Icybee\EditBlock |
| Icybee\Element |
| Icybee\FormBlock |
| Icybee\Installer |
| Icybee\ManageBlock |
| Icybee\Modules |
| Icybee\Operation |
| Icybee\Rendering |
Classes summary
| AdminDecorator | |
| AdminIndexController | A route controller. |
| BlockController | Returns a decorated block. |
| BlockDecorator | Decorates a component with a _block element_. |
| ConfigBlock | Base class for configuration blocks. |
| ConfigController | A route controller. |
| ConfigOperation | Save the configuration of the module. |
| Core | The following properties are injected by the "registry" module. |
| DeleteBlock | A block to delete a record. |
| DeleteController | Returns a decorated block. |
| Document | An HTML document. |
| DocumentDecorator | |
| EditBlock | A record editor. |
| EditController | Returns a decorated block. |
| FormBlock | Base class for form type blocks. |
| Hooks | |
| InterlockBlock | An interlock block, displayed instead of the edit block when another user has locked the record to edit. |
| Kses | HTML/XHTML filter that only allows some elements and attributes |
| ManageBlock | An element to manage the records of a module. |
| Module | Extends the Module class with the following features: |
| Modules | Accessor class for the modules of the framework. |
| StatsDecorator | Decorates the specified component with various statistics. |
Constants summary
| OPERATION_SAVE_MODE | Operation save mode constants. |
| OPERATION_SAVE_MODE_CONTINUE | |
| OPERATION_SAVE_MODE_DISPLAY | |
| OPERATION_SAVE_MODE_LIST | |
| OPERATION_SAVE_MODE_NEW |
Functions summary
| slugize | Creates a string suitable for an URL path. |
| start | Starts Icybee. |
| strip_stopwords |