PHP 클래스 Magestead\Command\UpdateCommand

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

공개 메소드들

메소드 설명
configure ( ) Configure the command and description

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand Execute a global composer update for the package

메소드 상세

configure() 공개 메소드

Configure the command and description
public configure ( )

execute() 보호된 메소드

Execute a global composer update for the package
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : ProcessCommand
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 ProcessCommand