PHP Class Backend\Modules\Pages\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Mostra file Open project: forkcms/forkcms

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse

Private Methods

Method Description
getImage ( boolean $allowImage ) : string | null
loadData ( ) Load the record
loadDrafts ( ) Load the datagrid with drafts
loadForm ( ) Load the form
loadRevisions ( ) Load the datagrid
showTags ( ) : boolean Check if the user has the right to see/edit tags
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse
protected parse ( )