luya\console\Controller::isMuted PHP Method

isMuted() public method

Helper method to see if the current Application is muted or not. If the Application is muted, no output will displayed.
public isMuted ( ) : boolean
return boolean
    public function isMuted()
    {
        return Yii::$app->mute;
    }