public function ExampleApp::exampleMethod in Module Object Oriented Programming API 7
Same name and namespace in other branches
- 6.2 tests/moopapi.test \ExampleApp::exampleMethod()
- 6 tests/moopapi.test \ExampleApp::exampleMethod()
- 7.2 tests/monkey_patch.inc \ExampleApp::exampleMethod()
File
- tests/
moopapi.test, line 163
Class
- ExampleApp
- It is for testing Moopapi::wrap().
Code
public function exampleMethod() {
return 'ExampleApp';
}