public function TableCell::__toString in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/console/Helper/TableCell.php \Symfony\Component\Console\Helper\TableCell::__toString()
- 8 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\TableCell::__toString()
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\TableCell::__toString()
File
- vendor/
symfony/ console/ Tests/ Formatter/ OutputFormatterTest.php, line 269
Class
Namespace
Symfony\Component\Console\Tests\FormatterCode
public function __toString() {
return '<info>some info</info>';
}