PHP Class Backend\Modules\Locale\Actions\Analyse

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

Public Methods

Method Description
execute ( ) Execute the action
formatFilesList ( string $files ) : string Format a serialized path-array into something that is usable in a datagrid

Protected Methods

Method Description
parse ( ) Parse & display the page

Private Methods

Method Description
loadDataGrids ( ) Load the datagrids

Method Details

execute() public method

Execute the action
public execute ( )

formatFilesList() public static method

Format a serialized path-array into something that is usable in a datagrid
public static formatFilesList ( string $files ) : string
$files string The serialized array with the paths.
return string

parse() protected method

Parse & display the page
protected parse ( )