Namespace Icybee\Modules\Comments
Namespaces summary
Icybee\Modules\Comments\ManageBlock |
Classes summary
Comment | A comment. |
ConfigBlock | Configuration block. |
ConfigOperation | Save the configuration of the module. |
DeleteBlock | A block to delete a record. |
DeleteOperation | Deletes a record. |
EditBlock | A block to edit comments. |
Hooks | |
ManageBlock | An element to manage the records of a module. |
Model | Comments model. |
Module | Extends the Module class with the following features: |
PatchOperation | An operation. |
PreviewOperation | Gives the user a visual feedback of the message he's typing. |
SaveOperation | Saves a comment. |
SubmitForm | The form used to submit comments. |
Update20131208 | - Renames the created columns as created_as . - Creates
the updated_at column. |
ViewProvider | Provides data for a view. |