PHP Class Backend\Modules\Tags\Actions\Edit

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

Protected Properties

Property Type Description
$dgUsage Backend\Core\Engine\DataGridArray DataGrid with the articles linked to the current tag

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse the form

Private Methods

Method Description
getData ( ) Get the data
loadDataGrid ( ) Load the datagrid
loadForm ( ) Load the form
validateForm ( ) Validate the form

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse the form
protected parse ( )

Property Details

$dgUsage protected property

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