404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.116.10.235: ~ $
<?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 = []);
}

Filemanager

Name Type Size Permission Actions
ApplicationDescription.php File 3.87 KB 0644
Descriptor.php File 2.71 KB 0644
DescriptorInterface.php File 581 B 0644
JsonDescriptor.php File 5.68 KB 0644
MarkdownDescriptor.php File 6.84 KB 0644
TextDescriptor.php File 12.39 KB 0644
XmlDescriptor.php File 9.73 KB 0644