PHP 클래스 Acacha\Llum\Console\PackageCommand

상속: extends LlumCommand
파일 보기 프로젝트 열기: acacha/llum

보호된 프로퍼티들

프로퍼티 타입 설명
$argument string Command argument.
$argumentDescription string Command argument description.
$commandDescription string Command description.
$commandName string Command name.
$method string Method to execute.

보호된 메소드들

메소드 설명
configure ( ) Configure the command options.

메소드 상세

configure() 보호된 메소드

Configure the command options.
protected configure ( )

프로퍼티 상세

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

Command argument.
protected string $argument
리턴 string

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

Command argument description.
protected string $argumentDescription
리턴 string

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

Command description.
protected string $commandDescription
리턴 string

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

Command name.
protected string $commandName
리턴 string

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

Method to execute.
protected string $method
리턴 string