PHP Class PhpGitHooks\Infrastructure\Hook\PrePush

Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: bruli/php-git-hooks

Méthodes publiques

Méthode 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 méthode

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

doRun() public méthode

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