PHP Class Backend\Modules\ContentBlocks\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Datei anzeigen Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the content block and the revisions

Private Methods

Method Description
getContentBlock ( ) : ContentBlock | null
parseRevisionsDataGrid ( ) Parses a data grid with the revisions in the template

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the content block and the revisions
protected parse ( )