Webmozart\Console\UI\Style\GridStyle::setCellStyle PHP 메소드

setCellStyle() 공개 메소드

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