You are here

public function TableCell::__toString in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/console/Helper/TableCell.php \Symfony\Component\Console\Helper\TableCell::__toString()
  2. 8 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\TableCell::__toString()
Same name and namespace in other branches
  1. 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

TableCell

Namespace

Symfony\Component\Console\Tests\Formatter

Code

public function __toString() {
  return '<info>some info</info>';
}