MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
ConsoleOutput.php
Ir para a documentação deste ficheiro.
1<?php
2
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
28{
35 public function __construct($verbosity = self::VERBOSITY_NORMAL, $decorated = null)
36 {
37 parent::__construct(fopen('php://stdout', 'w'), $verbosity, $decorated);
38 }
39}
__construct($verbosity=self::VERBOSITY_NORMAL, $decorated=null)