You are here

public function Foo::__toString in Coder 7.2

Same name and namespace in other branches
  1. 8.2 coder_sniffer/Drupal/Test/good/good.php \Foo::__toString()

Returns the string representatuion of this object.

File

coder_sniffer/Test/good/good.php, line 629
This file contains all the valid notations for the drupal coding standard.

Class

Foo

Code

public function __toString() {
  return 'foo';
}