class ClassWithToString in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/sebastian/comparator/tests/_files/ClassWithToString.php \SebastianBergmann\Comparator\ClassWithToString
- 8.0 vendor/phpunit/phpunit/tests/_files/ClassWithToString.php \ClassWithToString
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/ClassWithToString.php \ClassWithToString
A class with a __toString() method.
@since Class available since Release 3.6.0
Hierarchy
- class \ClassWithToString
Expanded class hierarchy of ClassWithToString
File
- vendor/
phpunit/ phpunit/ tests/ _files/ ClassWithToString.php, line 16
View source
class ClassWithToString {
public function __toString() {
return 'string representation';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassWithToString:: |
public | function |