PHP Class Backend\Modules\Blog\Actions\Edit

Inheritance: extends Backend\Core\Engine\Base\ActionEdit
Afficher le fichier Open project: forkcms/forkcms

Protected Properties

Свойство Type Description
$imageIsAllowed boolean Is the image field allowed?

Méthodes publiques

Méthode Description
execute ( ) Execute the action

Méthodes protégées

Méthode Description
parse ( ) Parse the form

Private Methods

Méthode 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 méthode

Execute the action
public execute ( )

parse() protected méthode

Parse the form
protected parse ( )

Property Details

$imageIsAllowed protected_oe property

Is the image field allowed?
protected bool $imageIsAllowed
Résultat boolean