PHP 클래스 Crunz\Console\Command\Command

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: lavary/crunz

보호된 프로퍼티들

프로퍼티 타입 설명
$arguments array Command arguments
$input Input object
$options array Command options
$output output object

프로퍼티 상세

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

Command arguments
protected array $arguments
리턴 array

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

Input object
protected $input

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

Command options
protected array $options
리턴 array

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

output object
protected $output