silverorange Code


Store.StoreArticleActionsProcessor
/Store/admin/components/Article/include/StoreArticleActionsProcessor.php at line 15

Class StoreArticleActionsProcessor

SiteArticleActionsProcessor
└─StoreArticleActionsProcessor

public class StoreArticleActionsProcessor
extends SiteArticleActionsProcessor

Processes actions on articles

This class is used on both the article search results and on the articles tree.

Copyright:
2005-2007 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1

Fields inherited from Site.SiteArticleActionsProcessor
page
Method Summary
void

process(SwatTableView view, SwatActions actions)

Processes actions on articles.

Methods inherited from Site.SiteArticleActionsProcessor
getActions, process

Method Detail

/Store/admin/components/Article/include/StoreArticleActionsProcessor.php at line 25

process

public void process(SwatTableView view, SwatActions actions)

Processes actions on articles

Parameters:
view - the view to process.
actions - the list of actions.

silverorange Code