You are here

class ClassWithToString in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/sebastian/comparator/tests/_files/ClassWithToString.php \SebastianBergmann\Comparator\ClassWithToString
  2. 8.0 vendor/phpunit/phpunit/tests/_files/ClassWithToString.php \ClassWithToString
Same name and namespace in other branches
  1. 8 vendor/sebastian/comparator/tests/_files/ClassWithToString.php \SebastianBergmann\Comparator\ClassWithToString

Hierarchy

Expanded class hierarchy of ClassWithToString

File

vendor/sebastian/comparator/tests/_files/ClassWithToString.php, line 13

Namespace

SebastianBergmann\Comparator
View source
class ClassWithToString {
  public function __toString() {
    return 'string representation';
  }

}

Members