PHP 클래스 Platformsh\Cli\Console\CustomTextDescriptor

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cliExecutableName

공개 메소드들

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

보호된 메소드들

메소드 설명
describeApplication ( Application $application, array $options = [] )
describeCommand ( Command $command, array $options = [] )
formatAliases ( array $aliases ) : string
formatDefaultValue ( mixed $default ) : string Formats input option/argument default value.
getColumnWidth ( array $commands ) : integer
getTerminalWidth ( integer $default = 80 ) : integer
writeText ( $content, array $options = [] )

메소드 상세

__construct() 공개 메소드

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

describeApplication() 보호된 메소드

protected describeApplication ( Application $application, array $options = [] )
$application Symfony\Component\Console\Application
$options array

describeCommand() 보호된 메소드

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

formatAliases() 보호된 메소드

protected formatAliases ( array $aliases ) : string
$aliases array
리턴 string

formatDefaultValue() 보호된 메소드

Formats input option/argument default value.
protected formatDefaultValue ( mixed $default ) : string
$default mixed
리턴 string

getColumnWidth() 보호된 메소드

protected getColumnWidth ( array $commands ) : integer
$commands array
리턴 integer

getTerminalWidth() 보호된 메소드

protected getTerminalWidth ( integer $default = 80 ) : integer
$default integer
리턴 integer

writeText() 보호된 메소드

protected writeText ( $content, array $options = [] )
$options array

프로퍼티 상세

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

protected $cliExecutableName