Webmozart\Console\UI\Style\GridStyle::setCellFormat PHP Méthode

setCellFormat() public méthode

Sets the format string for rendering cells.
public setCellFormat ( string $format ) : static
$format string The format string. The string should contain the substring "%s" where the cell content is inserted.
Résultat static The current instance.
    public function setCellFormat($format)
    {
        $this->cellFormat = $format;
        return $this;
    }