You are here

public function OutputFormatterInterface::hasStyle in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Formatter/OutputFormatterInterface.php \Symfony\Component\Console\Formatter\OutputFormatterInterface::hasStyle()

Checks if output formatter has style with specified name.

Parameters

string $name:

Return value

bool

1 method overrides OutputFormatterInterface::hasStyle()
OutputFormatter::hasStyle in vendor/symfony/console/Formatter/OutputFormatter.php
Checks if output formatter has style with specified name.

File

vendor/symfony/console/Formatter/OutputFormatterInterface.php, line 50

Class

OutputFormatterInterface
Formatter interface for console output.

Namespace

Symfony\Component\Console\Formatter

Code

public function hasStyle($name);