Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PhpGitHooks
Module
Git
Contract
Command
PrePushToolCommand
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