PHP Class Backend\Modules\Blog\Actions\Index

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

Public Methods

Method Description
execute ( ) Execute the action

Protected Methods

Method Description
parse ( ) Parse all datagrids

Private Methods

Method Description
loadDataGridAllPosts ( ) Loads the datagrid with all the posts
loadDataGridDrafts ( ) Loads the datagrid with all the drafts
loadDataGridRecentPosts ( ) Loads the datagrid with the most recent posts.
loadDataGrids ( ) Loads the datagrids for the blogposts

Method Details

execute() public method

Execute the action
public execute ( )

parse() protected method

Parse all datagrids
protected parse ( )