PHP 클래스 PhpGitHooks\Infrastructure\Hook\PrePush

상속: extends Symfony\Component\Console\Application
파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( string $remote, string $url ) PrePush constructor.
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

PrePush constructor.
public __construct ( string $remote, string $url )
$remote string
$url string

doRun() 공개 메소드

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface