You are here

public function OutputStyle::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Style/OutputStyle.php \Symfony\Component\Console\Style\OutputStyle::__construct()

Parameters

OutputInterface $output:

1 call to OutputStyle::__construct()
SymfonyStyle::__construct in vendor/symfony/console/Style/SymfonyStyle.php
1 method overrides OutputStyle::__construct()
SymfonyStyle::__construct in vendor/symfony/console/Style/SymfonyStyle.php

File

vendor/symfony/console/Style/OutputStyle.php, line 30

Class

OutputStyle
Decorates output to add console style guide helpers.

Namespace

Symfony\Component\Console\Style

Code

public function __construct(OutputInterface $output) {
  $this->output = $output;
}