Handles admin processing for Words
This is the code documentation for the SproutCMS project
Search documentation |
class WordAdminControllerHandles admin processing for Words
Variables
Functions
public __constructvoid $WordAdminController->__construct ( ); Constructor protected _addPreRendervoid $WordAdminController->_addPreRender ( mixed $view ); Pre-render hook for adding public _addSaveunknown $WordAdminController->_addSave ( int &$item_id ); Saves the provided POST data into a new record in the database protected _editPreRendervoid $WordAdminController->_editPreRender ( mixed $view , mixed $item_id ); Pre-render hook for editing public _editSaveboolean $WordAdminController->_editSave ( int $item_id ); Process the saving of a record. public _getAddSubActionsarray $WordAdminController->_getAddSubActions ( ); Return the sub-actions for adding; for spec AdminController::renderSubActions public _getEditSubActionsarray $WordAdminController->_getEditSubActions ( mixed $item_id ); Return the sub-actions for editing; for spec AdminController::renderSubActions |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |