public function ExampleApp::exampleMethod in Module Object Oriented Programming API 7.2
Same name and namespace in other branches
- 6.2 tests/moopapi.test \ExampleApp::exampleMethod()
- 6 tests/moopapi.test \ExampleApp::exampleMethod()
- 7 tests/moopapi.test \ExampleApp::exampleMethod()
File
- tests/monkey_patch.inc, line 17
- This file is intended to be separate.
It helps to test whether monkey patching works.
Class
- ExampleApp
- It is for testing Moopapi::wrap().
Code
public function exampleMethod() {
return 'ExampleApp';
}