PHP 클래스 PhpGitHooks\Module\Git\Contract\Command\PrePushToolCommand

상속: implements Bruli\EventBusBundle\CommandBus\CommandInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( string $remote, string $url ) PrePushToolCommand constructor.
getRemote ( ) : string
getUrl ( ) : string

메소드 상세

__construct() 공개 메소드

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

getRemote() 공개 메소드

public getRemote ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string