MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
NullOutput.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
21
class
NullOutput
extends
Output
22
{
29
public
function
doWrite
($message, $newline)
30
{
31
}
32
}
Symfony\Component\Console\Output\NullOutput
Definição
NullOutput.php:22
Symfony\Component\Console\Output\NullOutput\doWrite
doWrite($message, $newline)
Definição
NullOutput.php:29
Symfony\Component\Console\Output\Output
Definição
Output.php:26
Symfony\Component\Console\Output
Definição
ConsoleOutput.php:3
classes
extensions
doctrine-dbal
Doctrine
Symfony
Component
Console
Output
NullOutput.php
Gerado por
1.10.0