Symfony\Component\Console\Formatter\OutputFormatter::isDecorated PHP Méthode

isDecorated() public méthode

Gets the decorated flag.
public isDecorated ( ) : boolean
Résultat boolean true if the output will decorate messages, false otherwise
    public function isDecorated()
    {
        return $this->decorated;
    }