PHP 클래스 Browscap\Command\BuildCommand

저자: James Titcumb ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: browscap/browscap

보호된 메소드들

메소드 설명
configure ( ) Configures the current command.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer Executes the current command.

메소드 상세

configure() 보호된 메소드

Configures the current command.
protected configure ( )

execute() 보호된 메소드

This method is not abstract because you can use this class as a concrete class. In this case, instead of defining the execute() method, you set the code to execute by passing a Closure to the setCode() method.
또한 보기: setCode()
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
$input Symfony\Component\Console\Input\InputInterface An InputInterface instance
$output Symfony\Component\Console\Output\OutputInterface An OutputInterface instance
리턴 null | integer null or 0 if everything went fine, or an error code