SiteArticleActionsProcessor
public class SiteArticleActionsProcessor
| Field Summary | |
|---|---|
| protected AdminPage | A reference to the page that is using this action processor. |
| Constructor Summary | |
|---|---|
SiteArticleActionsProcessor(AdminPage page) Creates a new article action processor. |
|
| Method Summary | |
|---|---|
| static void | |
| void | process(SwatTableView view, SwatActions actions) Processes actions on articles. |
protected AdminPage $page
A reference to the page that is using this action processor
public SiteArticleActionsProcessor(AdminPage page)
Creates a new article action processor
page - the page that is using this action processorpublic static void getActions()
public void process(SwatTableView view, SwatActions actions)
Processes actions on articles
view - the view to process.actions - the list of actions.
Processes actions on articles
This class is used on both the article search results and on the articles tree.