Controllers for testing the menu integration routing system.
Expanded class hierarchy of TestControllers
class TestControllers {
/**
* Prints out test data.
*/
public function test1() {
return 'test1';
}
/**
* Prints out test data.
*/
public function test2() {
return 'test2';
}
}|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
TestControllers:: |
public | function | Prints out test data. | |
|
TestControllers:: |
public | function | Prints out test data. |