Symfony\Component\Console\Formatter\OutputFormatter::isDecorated PHP Method

isDecorated() public method

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