GIF89; GIF89; %PDF- %PDF-
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Console\Output;
/**
* ConsoleOutputInterface is the interface implemented by ConsoleOutput class.
* This adds information about stderr and section output stream.
*
* @author Dariusz Górecki <darek.krk@gmail.com>
*/
interface ConsoleOutputInterface extends OutputInterface
{
/**
* Gets the OutputInterface for errors.
*
* @return OutputInterface
*/
public function getErrorOutput();
public function setErrorOutput(OutputInterface $error);
public function section(): ConsoleSectionOutput;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| BufferedOutput.php | File | 853 B | 0644 |
|
| ConsoleOutput.php | File | 4.8 KB | 0644 |
|
| ConsoleOutputInterface.php | File | 800 B | 0644 |
|
| ConsoleSectionOutput.php | File | 4.08 KB | 0644 |
|
| NullOutput.php | File | 2.26 KB | 0644 |
|
| Output.php | File | 4.31 KB | 0644 |
|
| OutputInterface.php | File | 2.84 KB | 0644 |
|
| StreamOutput.php | File | 3.44 KB | 0644 |
|
| TrimmedBufferOutput.php | File | 1.56 KB | 0644 |
|