You are here

public function ExampleAppTestDecorator::exampleMethod in Module Object Oriented Programming API 7.2

Same name and namespace in other branches
  1. 6.2 tests/moopapi.test \ExampleAppTestDecorator::exampleMethod()
  2. 6 tests/moopapi.test \ExampleAppTestDecorator::exampleMethod()
  3. 7 tests/moopapi.test \ExampleAppTestDecorator::exampleMethod()

File

tests/monkey_patch.inc, line 23
This file is intended to be separate. It helps to test whether monkey patching works.

Class

ExampleAppTestDecorator

Code

public function exampleMethod() {
  return 'TestDecorator';
}