Potsky\LaravelLocalizationHelpers\Command\LocalizationAbstract::writeLine PHP Method

writeLine() public method

Display console message
public writeLine ( string $s ) : void
$s string the message to display
return void
    public function writeLine($s)
    {
        if ($this->display) {
            parent::line($s);
        }
    }