App\Console\Commands\SilentEnabledCommand::comment PHP Method

comment() public method

public comment ( $string )
    public function comment($string)
    {
        if (!$this->option('silent')) {
            parent::comment($string);
        }
    }
SilentEnabledCommand