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/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\HelperCode
public function __toString() {
return $this->value;
}