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;
    }