HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
RightsFilter Class Reference

Public Member Functions

 setAllowedActions ($allowedActions)

Protected Member Functions

 preFilter ($filterChain)

Protected Attributes

 $_allowedActions = array()

Detailed Description

Rights filter class file.

Author
Christoffer Niska cnisk.nosp@m.a@li.nosp@m.ve.co.nosp@m.m
Since
0.7

Definition at line 10 of file RightsFilter.php.

Member Function Documentation

RightsFilter::preFilter (   $filterChain)
protected

Performs the pre-action filtering.

Parameters
CFilterChain$filterChainthe filter chain that the filter is on.
Returns
boolean whether the filtering process should continue and the action should be executed.

Definition at line 22 of file RightsFilter.php.

RightsFilter::setAllowedActions (   $allowedActions)

Sets the allowed actions.

Parameters
string$allowedActionsthe actions that are always allowed separated by commas, you may also use star (*) to represent all actions.

Definition at line 74 of file RightsFilter.php.

Member Data Documentation

RightsFilter::$_allowedActions = array()
protected

Definition at line 12 of file RightsFilter.php.


The documentation for this class was generated from the following file: