MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
ConsoleOutput.php
Ir para a documentação deste ficheiro.
1
<?php
2
3
namespace
Symfony\Component\Console\Output
;
4
5
/*
6
* This file is part of the Symfony framework.
7
*
8
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
9
*
10
* This source file is subject to the MIT license that is bundled
11
* with this source code in the file LICENSE.
12
*/
13
27
class
ConsoleOutput
extends
StreamOutput
28
{
35
public
function
__construct
(
$verbosity
= self::VERBOSITY_NORMAL,
$decorated
=
null
)
36
{
37
parent::__construct(fopen(
'php://stdout'
,
'w'
),
$verbosity
,
$decorated
);
38
}
39
}
Symfony\Component\Console\Output\ConsoleOutput
Definição
ConsoleOutput.php:28
Symfony\Component\Console\Output\ConsoleOutput\__construct
__construct($verbosity=self::VERBOSITY_NORMAL, $decorated=null)
Definição
ConsoleOutput.php:35
Symfony\Component\Console\Output\Output\$decorated
$decorated
Definição
Output.php:36
Symfony\Component\Console\Output\Output\$verbosity
$verbosity
Definição
Output.php:35
Symfony\Component\Console\Output\StreamOutput
Definição
StreamOutput.php:28
Symfony\Component\Console\Output
Definição
ConsoleOutput.php:3
classes
extensions
doctrine-dbal
Doctrine
Symfony
Component
Console
Output
ConsoleOutput.php
Gerado por
1.10.0