class Stringifiable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/process/Tests/AbstractProcessTest.php \Symfony\Component\Process\Tests\Stringifiable
Hierarchy
- class \Symfony\Component\Process\Tests\Stringifiable
Expanded class hierarchy of Stringifiable
File
- vendor/
symfony/ process/ Tests/ AbstractProcessTest.php, line 1203
Namespace
Symfony\Component\Process\TestsView source
class Stringifiable {
public function __toString() {
return 'stringifiable';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Stringifiable:: |
public | function |