Detailed Description
Rights generator component class file.
- Author
- Christoffer Niska cnisk.nosp@m.a@li.nosp@m.ve.co.nosp@m.m
- Copyright
- Copyright © 2010 Christoffer Niska
- Since
- 0.9.8
Definition at line 10 of file RGenerator.php.
Member Function Documentation
RGenerator::addItems |
( |
|
$items, |
|
|
|
$type |
|
) |
| |
Appends items to be generated of a specific type.
- Parameters
-
array | $items | the items to be generated. |
integer | $type | the item type. |
Definition at line 85 of file RGenerator.php.
RGenerator::getAllControllers |
( |
| ) |
|
|
protected |
Returns a list of all application controllers.
- Returns
- array the controllers.
Definition at line 139 of file RGenerator.php.
RGenerator::getControllerActions |
( |
|
$items = null | ) |
|
Returns all the controllers and their actions.
- Parameters
-
array | $items | the controllers and actions. |
Definition at line 101 of file RGenerator.php.
RGenerator::getControllersInModules |
( |
|
$path | ) |
|
|
protected |
Returns all the controllers under the specified path.
- Parameters
-
- Returns
- array the controllers.
Definition at line 192 of file RGenerator.php.
RGenerator::getControllersInPath |
( |
|
$path | ) |
|
|
protected |
Returns all controllers under the specified path.
- Parameters
-
- Returns
- array the controllers.
Definition at line 155 of file RGenerator.php.
Runs the generator.
- Returns
- the items generated or false if failed.
Definition at line 36 of file RGenerator.php.
Member Data Documentation
RGenerator::$_authManager |
|
private |
The documentation for this class was generated from the following file: