PHP Class Backend\Modules\Blog\Actions\EditComment

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

Public Methods

Method Description
execute ( ) Execute the action

Private Methods

Method Description
getData ( ) Get the data If a revision-id was specified in the URL we load the revision and not the actual data.
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )