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

setCellStyle() public méthode

Sets the style of the grid cells.
public setCellStyle ( Style $style ) : static
$style Webmozart\Console\Api\Formatter\Style The cell style.
Résultat static The current instance.
    public function setCellStyle(Style $style)
    {
        $this->cellStyle = $style;
        return $this;
    }