PHP 트레잇 Gush\ThirdParty\Gitlab\Adapter\GitLabAdapter

저자: Julien Bianchi ([email protected])
파일 보기 프로젝트 열기: gushphp/gush

보호된 프로퍼티들

프로퍼티 타입 설명
$client Gitlab\Client | null

공개 메소드들

메소드 설명
__construct ( array $configuration )
authenticate ( ) : boolean
isAuthenticated ( )
setClient ( Gitlab\Client $client )

보호된 메소드들

메소드 설명
findProject ( $namespace, $projectName )
getCurrentProject ( ) : Project
getPagination ( Buzz\Message\Response $response )

메소드 상세

__construct() 공개 메소드

public __construct ( array $configuration )
$configuration array

authenticate() 공개 메소드

public authenticate ( ) : boolean
리턴 boolean

findProject() 보호된 메소드

protected findProject ( $namespace, $projectName )

getCurrentProject() 보호된 메소드

protected getCurrentProject ( ) : Project
리턴 Gitlab\Model\Project

getPagination() 보호된 정적인 메소드

protected static getPagination ( Buzz\Message\Response $response )
$response Buzz\Message\Response

isAuthenticated() 공개 메소드

public isAuthenticated ( )

setClient() 공개 메소드

public setClient ( Gitlab\Client $client )
$client Gitlab\Client

프로퍼티 상세

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

protected Client,Gitlab|null $client
리턴 Gitlab\Client | null