interface DescriptorInterface
Descriptor interface.
@author Jean-François Simon <contact@jfsimon.fr>
Hierarchy
- interface \Symfony\Component\Console\Descriptor\DescriptorInterface
Expanded class hierarchy of DescriptorInterface
All classes that implement DescriptorInterface
1 file declares its use of DescriptorInterface
- DescriptorHelper.php in vendor/
symfony/ console/ Helper/ DescriptorHelper.php
File
-
vendor/
symfony/ console/ Descriptor/ DescriptorInterface.php, line 21
Namespace
Symfony\Component\Console\DescriptorView source
interface DescriptorInterface {
public function describe(OutputInterface $output, object $object, array $options = []) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DescriptorInterface::describe | public | function | 1 |