Symfony\Component\Console\Formatter\OutputFormatter::isDecorated PHP 메소드

isDecorated() 공개 메소드

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