<?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.74 KB | 0644 |
|
Descriptor.php | File | 2.63 KB | 0644 |
|
DescriptorInterface.php | File | 557 B | 0644 |
|
JsonDescriptor.php | File | 5.52 KB | 0644 |
|
MarkdownDescriptor.php | File | 6.66 KB | 0644 |
|
TextDescriptor.php | File | 12.08 KB | 0644 |
|
XmlDescriptor.php | File | 9.5 KB | 0644 |
|