You are here

public function OutputFormatterStyleStack::setEmptyStyle in Zircon Profile 8

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

Parameters

OutputFormatterStyleInterface $emptyStyle:

Return value

OutputFormatterStyleStack

File

vendor/symfony/console/Formatter/OutputFormatterStyleStack.php, line 107

Class

OutputFormatterStyleStack
@author Jean-François Simon <contact@jfsimon.fr>

Namespace

Symfony\Component\Console\Formatter

Code

public function setEmptyStyle(OutputFormatterStyleInterface $emptyStyle) {
  $this->emptyStyle = $emptyStyle;
  return $this;
}