PHP Class Backend\Modules\Tags\Actions\Edit

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

Protected Properties

Свойство Type Description
$dgUsage Backend\Core\Engine\DataGridArray DataGrid with the articles linked to the current tag

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
loadDataGrid ( ) Load the datagrid
loadForm ( ) Load the form
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

$dgUsage protected_oe property

DataGrid with the articles linked to the current tag
protected DataGridArray,Backend\Core\Engine $dgUsage
Résultat Backend\Core\Engine\DataGridArray