PHP Class Platformsh\Cli\Console\CustomMarkdownDescriptor

Inheritance: extends Symfony\Component\Console\Descriptor\MarkdownDescriptor
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$cliExecutableName

Public Methods

Method Description
__construct ( string | null $cliExecutableName = null )

Protected Methods

Method Description
describeCommand ( Command $command, array $options = [] )
describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] )
describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] )

Method Details

__construct() public method

public __construct ( string | null $cliExecutableName = null )
$cliExecutableName string | null The name of the CLI command.

describeCommand() protected method

protected describeCommand ( Command $command, array $options = [] )
$command Symfony\Component\Console\Command\Command
$options array

describeInputArgument() protected method

protected describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] )
$argument Symfony\Component\Console\Input\InputArgument
$options array

describeInputOption() protected method

protected describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] )
$option Symfony\Component\Console\Input\InputOption
$options array

Property Details

$cliExecutableName protected property

protected $cliExecutableName