PHP Class PhpGitHooks\Module\Git\Contract\Command\PrePushToolCommand

Inheritance: implements Bruli\EventBusBundle\CommandBus\CommandInterface
Show file Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( string $remote, string $url ) PrePushToolCommand constructor.
getRemote ( ) : string
getUrl ( ) : string

Method Details

__construct() public method

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

getRemote() public method

public getRemote ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string