class ExampleApp in Module Object Oriented Programming API 6
Same name and namespace in other branches
- 6.2 tests/moopapi.test \ExampleApp
- 7.2 tests/monkey_patch.inc \ExampleApp
- 7 tests/moopapi.test \ExampleApp
It is for testing Moopapi::wrap().
Hierarchy
- class \ExampleApp
Expanded class hierarchy of ExampleApp
3 string references to 'ExampleApp'
- ExampleApp::exampleMethod in tests/
moopapi.test - MoopapiWebTestCase::testRegister in tests/
moopapi.test - MoopapiWebTestCase::testWrap in tests/
moopapi.test
File
- tests/
moopapi.test, line 165
View source
class ExampleApp {
public function exampleMethod() {
return 'ExampleApp';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExampleApp:: |
public | function |