luya\console\Controller::isMuted PHP Méthode

isMuted() public méthode

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