Protected Member Functions |
| preFilter ($filterChain) |
Detailed Description
Rights filter class file.
- Author
- Christoffer Niska cnisk.nosp@m.a@li.nosp@m.ve.co.nosp@m.m
- Copyright
- Copyright © 2010 Christoffer Niska
- 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 | $filterChain | the 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 | $allowedActions | the 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 |
The documentation for this class was generated from the following file: