\app\framework\Component\Console\Output\DescriptorDescriptor

Summary

Methods
Properties
Constants
describe()
No public properties found
No constants found
write()
describeInputArgument()
describeInputOption()
describeInputDefinition()
describeCommand()
describeApplication()
$output
N/A
No private methods found
No private properties found
N/A

Properties

Methods

write()

write(string  $content, boolean  $decorated = false) 

Writes content to output.

Parameters

string $content
boolean $decorated

describeInputArgument()

describeInputArgument(\app\framework\Component\Console\Input\InputArgument  $argument, array  $options = array()) : string|mixed

Describes an InputArgument instance.

Parameters

\app\framework\Component\Console\Input\InputArgument $argument
array $options

Returns

string|mixed

describeInputOption()

describeInputOption(\app\framework\Component\Console\Input\InputOption  $option, array  $options = array()) : string|mixed

Describes an InputOption instance.

Parameters

\app\framework\Component\Console\Input\InputOption $option
array $options

Returns

string|mixed

describeInputDefinition()

describeInputDefinition(\app\framework\Component\Console\Input\InputDefinition  $definition, array  $options = array()) : string|mixed

Describes an InputDefinition instance.

Parameters

\app\framework\Component\Console\Input\InputDefinition $definition
array $options

Returns

string|mixed

describeCommand()

describeCommand(\app\framework\Component\Console\Command\Command  $command, array  $options = array()) : string|mixed

Describes a Command instance.

Parameters

\app\framework\Component\Console\Command\Command $command
array $options

Returns

string|mixed

describeApplication()

describeApplication(\app\framework\Component\Console\Kernel  $kernel, array  $options = array()) : string|mixed

Describes an Application instance.

Parameters

\app\framework\Component\Console\Kernel $kernel
array $options

Returns

string|mixed