PHP Class PhpGitHooks\Infrastructure\Hook\PrePush

Inheritance: extends Symfony\Component\Console\Application
ファイルを表示 Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( string $remote, string $url ) PrePush constructor.
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

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

doRun() public method

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