Potsky\LaravelLocalizationHelpers\Command\LocalizationAbstract::writeComment PHP Метод

writeComment() публичный Метод

Display console message
public writeComment ( string $s ) : void
$s string the message to display
Результат void
    public function writeComment($s)
    {
        if ($this->display) {
            parent::comment($s);
        }
    }