You are here

public function ExampleApp::exampleMethod in Module Object Oriented Programming API 7

Same name and namespace in other branches
  1. 6.2 tests/moopapi.test \ExampleApp::exampleMethod()
  2. 6 tests/moopapi.test \ExampleApp::exampleMethod()
  3. 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';
}