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\Descriptor;
use Symfony\Component\Console\Output\OutputInterface;
/**
* Descriptor interface.
*
* @author Jean-François Simon <contact@jfsimon.fr>
*/
interface DescriptorInterface
{
public function describe(OutputInterface $output, object $object, array $options = []);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ApplicationDescription.php | File | 3.71 KB | 0644 |
|
| Descriptor.php | File | 2.88 KB | 0644 |
|
| DescriptorInterface.php | File | 557 B | 0644 |
|
| JsonDescriptor.php | File | 5.7 KB | 0644 |
|
| MarkdownDescriptor.php | File | 6.92 KB | 0644 |
|
| TextDescriptor.php | File | 12.32 KB | 0644 |
|
| XmlDescriptor.php | File | 9.69 KB | 0644 |
|