Test controllers that are intended to be wrapped in a main controller.
Expanded class hierarchy of TestContent
class TestContent {
/**
* Provides example content for testing route enhancers.
*/
public function test1() {
return 'abcde';
}
}|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
TestContent:: |
public | function | Provides example content for testing route enhancers. |