PHP 클래스 Platformsh\Cli\Console\CustomMarkdownDescriptor

상속: extends Symfony\Component\Console\Descriptor\MarkdownDescriptor
파일 보기 프로젝트 열기: commerceguys/platform-cli

보호된 프로퍼티들

프로퍼티 타입 설명
$cliExecutableName

공개 메소드들

메소드 설명
__construct ( string | null $cliExecutableName = null )

보호된 메소드들

메소드 설명
describeCommand ( Command $command, array $options = [] )
describeInputArgument ( Symfony\Component\Console\Input\InputArgument $argument, array $options = [] )
describeInputOption ( Symfony\Component\Console\Input\InputOption $option, array $options = [] )

메소드 상세

__construct() 공개 메소드

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

describeCommand() 보호된 메소드

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

describeInputArgument() 보호된 메소드

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

describeInputOption() 보호된 메소드

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

프로퍼티 상세

$cliExecutableName 보호되어 있는 프로퍼티

protected $cliExecutableName