PHP 클래스 Gush\Adapter\BaseIssueTracker

E.g. Github, GitLab, Bitbucket, etc.
상속: implements Gush\Adapter\IssueTracker
파일 보기 프로젝트 열기: gushphp/gush

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration Gush\Config
$repository null | string
$username null | string

공개 메소드들

메소드 설명
getRepository ( )
getUsername ( )
setRepository ( $repository )
setUsername ( string $username )

메소드 상세

getRepository() 공개 메소드

public getRepository ( )

getUsername() 공개 메소드

public getUsername ( )

setRepository() 공개 메소드

public setRepository ( $repository )

setUsername() 공개 메소드

public setUsername ( string $username )
$username string

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

protected Config,Gush $configuration
리턴 Gush\Config

$repository 보호되어 있는 프로퍼티

protected null|string $repository
리턴 null | string

$username 보호되어 있는 프로퍼티

protected null|string $username
리턴 null | string