You are here

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

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

File

tests/moopapi.test, line 172

Class

ExampleAppTestDecorator

Code

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