PHP 클래스 Silly\Command\Command

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: mnapoli/silly 1 사용 예제들

공개 메소드들

메소드 설명
defaults ( array $defaults = [] ) Define default values for the arguments of the command.
descriptions ( string $description, array $argumentAndOptionDescriptions = [] ) Define descriptions for the command and it's arguments/options.

비공개 메소드들

메소드 설명
setArgumentDescription ( Symfony\Component\Console\Input\InputDefinition $definition, $name, $description )
setOptionDescription ( Symfony\Component\Console\Input\InputDefinition $definition, $name, $description )

메소드 상세

defaults() 공개 메소드

Define default values for the arguments of the command.
public defaults ( array $defaults = [] )
$defaults array Default argument values.

descriptions() 공개 메소드

Define descriptions for the command and it's arguments/options.
public descriptions ( string $description, array $argumentAndOptionDescriptions = [] )
$description string Description of the command.
$argumentAndOptionDescriptions array Descriptions of the arguments and options.