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/Helper/TableCell.php \Symfony\Component\Console\Helper\TableCell::__toString()

Returns the cell value.

Return value

string

File

vendor/symfony/console/Helper/TableCell.php, line 53

Class

TableCell
@author Abdellatif Ait boudad <a.aitboudad@gmail.com>

Namespace

Symfony\Component\Console\Helper

Code

public function __toString() {
  return $this->value;
}