PHP 클래스 SebastianBergmann\PHPLOC\CLI\Command

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
count ( array $arguments, $excludes, $names, $namesExclude, $countTests )
executeHistory ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
executeSingle ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : null | integer
handleCSVOption ( Symfony\Component\Console\Input\InputInterface $input, string $option ) : array

메소드 상세

configure() 보호된 메소드

Configures the current command.
protected configure ( )

execute() 보호된 메소드

Executes the current command.
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