Handles admin processing for Document types
This is the code documentation for the SproutCMS project
Search documentation |
class DocumentTypeAdminControllerHandles admin processing for Document types
Variables
Functions
public __constructvoid $DocumentTypeAdminController->__construct ( ); Constructor protected _addPreRendervoid $DocumentTypeAdminController->_addPreRender ( mixed $view ); Pre-render hook for adding public _addSaveunknown $DocumentTypeAdminController->_addSave ( int &$item_id ); Saves the provided POST data into a new record in the database protected _editPreRendervoid $DocumentTypeAdminController->_editPreRender ( mixed $view , mixed $item_id ); Pre-render hook for editing public _editSaveunknown $DocumentTypeAdminController->_editSave ( int $item_id ); Saves the provided POST data into the specified record public _getAddSubActionsarray $DocumentTypeAdminController->_getAddSubActions ( ); Return the sub-actions for adding; for spec AdminController::renderSubActions public _getEditSubActionsarray $DocumentTypeAdminController->_getEditSubActions ( mixed $item_id ); Return the sub-actions for editing; for spec AdminController::renderSubActions public _getVisibilityFieldsarray $DocumentTypeAdminController->_getVisibilityFields ( ); Return the fields to show in the sidebar when adding or editing a record. These fields are shown under a heading of "Visibility" |
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Tuesday, 15th September, 2026 at 10:26 am |
|