PHP Class Backend\Modules\Blog\Actions\Edit

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

Protected Properties

Property Type Description
$imageIsAllowed boolean Is the image field allowed?

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the form

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.
loadDrafts ( ) Load the datagrid with drafts
loadForm ( ) Load the form
loadRevisions ( ) Load the datagrid with revisions
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the form
protected parse ( )

Property Details

$imageIsAllowed protected_oe property

Is the image field allowed?
protected bool $imageIsAllowed
return boolean