MIOLO20
Toggle main menu visibility
Página principal
Estruturas de dados
Estruturas de dados
Hierarquia de classes
Campos de dados
Tudo
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Funções
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variáveis
$
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Ficheiros
Lista de ficheiros
Globais
Tudo
$
_
a
c
d
e
f
g
i
l
m
o
p
r
s
u
Funções
Variáveis
$
_
c
e
f
l
m
o
p
s
Exemplos
•
Tudo
Estruturas de dados
Namespaces
Ficheiros
Funções
Variáveis
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
}
35
public
function
__construct
(
$verbosity
= self::VERBOSITY_NORMAL,
$decorated
=
null
) {
…
}
39
}
27
class
ConsoleOutput
extends
StreamOutput
{
…
};
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