SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class EmailTextAdminController

Handles most processing for Email text

Variables

NameVisibilityDescription
$add_defaults 
$controller_name 
$friendly_name 
$main_delete 

Functions

NameVisibilityDescription
_addSavepublic 
_editPreRenderprotectedPre-render hook for editing
_editSavepublicSaves the provided POST data the specified record
_getAddFormpublic 
_getContentspublic 
_getEditSubActionspublicReturn the sub-actions for editing; for spec AdminController::renderSubActions
_getNavigationpublic 
_getToolspublic 

public _addSave

unknown $EmailTextAdminController->_addSave ( mixed &$item_id );

This function does not have a description

protected _editPreRender

void $EmailTextAdminController->_editPreRender ( mixed $view , mixed $item_id );

Pre-render hook for editing

public _editSave

unknown $EmailTextAdminController->_editSave ( int $id );

Saves the provided POST data the specified record

public _getAddForm

unknown $EmailTextAdminController->_getAddForm ( );

This function does not have a description

public _getContents

unknown $EmailTextAdminController->_getContents ( );

This function does not have a description

public _getEditSubActions

array $EmailTextAdminController->_getEditSubActions ( mixed $item_id );

Return the sub-actions for editing; for spec AdminController::renderSubActions

public _getNavigation

unknown $EmailTextAdminController->_getNavigation ( );

This function does not have a description

public _getTools

unknown $EmailTextAdminController->_getTools ( );

This function does not have a description