ReStructuredTextDescriptor
extends Descriptor
in package
Table of Contents
Methods
- describe() : void
- describeApplication() : void
- describeCommand() : void
- describeInputArgument() : void
- describeInputDefinition() : void
- describeInputOption() : void
- write() : void
- Override parent method to set $decorated = true.
Methods
describe()
public
describe(OutputInterface $output, object $object[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $output : OutputInterface
- $object : object
- $options : array<string|int, mixed> = []
describeApplication()
protected
describeApplication(Application $application[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $application : Application
- $options : array<string|int, mixed> = []
describeCommand()
protected
describeCommand(Command $command[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $command : Command
- $options : array<string|int, mixed> = []
describeInputArgument()
protected
describeInputArgument(InputArgument $argument[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $argument : InputArgument
- $options : array<string|int, mixed> = []
describeInputDefinition()
protected
describeInputDefinition(InputDefinition $definition[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $definition : InputDefinition
- $options : array<string|int, mixed> = []
describeInputOption()
protected
describeInputOption(InputOption $option[, array<string|int, mixed> $options = [] ]) : void
Parameters
- $option : InputOption
- $options : array<string|int, mixed> = []
write()
Override parent method to set $decorated = true.
protected
write(string $content[, bool $decorated = true ]) : void
Parameters
- $content : string
- $decorated : bool = true