You are here

class TableCell in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/console/Helper/TableCell.php \Symfony\Component\Console\Helper\TableCell
  2. 8 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\TableCell
Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php \Symfony\Component\Console\Tests\Formatter\TableCell

Hierarchy

  • class \Symfony\Component\Console\Tests\Formatter\TableCell

Expanded class hierarchy of TableCell

File

vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php, line 267

Namespace

Symfony\Component\Console\Tests\Formatter
View source
class TableCell {
  public function __toString() {
    return '<info>some info</info>';
  }

}

Members