public function OutputFormatterInterface::hasStyle in Zircon Profile 8
Same name and namespace in other branches
- 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\FormatterCode
public function hasStyle($name);