You are here

class ExampleApp in Module Object Oriented Programming API 6.2

Same name and namespace in other branches
  1. 6 tests/moopapi.test \ExampleApp
  2. 7.2 tests/monkey_patch.inc \ExampleApp
  3. 7 tests/moopapi.test \ExampleApp

It is for testing Moopapi::wrap().

Hierarchy

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