PHP Trait Gush\ThirdParty\Bitbucket\BitbucketAdapter

Author: Raul Rodriguez ([email protected])
Author: Sebastiaan Stok ([email protected])
Afficher le fichier Open project: gushphp/gush

Protected Properties

Свойство Type Description
$authenticated boolean
$client BitBucketClient | null
$domain string | null
$url string | null

Méthodes publiques

Méthode Description
__construct ( array $config, BitBucketClient $client = null )
authenticate ( )
isAuthenticated ( )

Méthodes protégées

Méthode Description
prepareParameters ( array $parameters )

Method Details

__construct() public méthode

public __construct ( array $config, BitBucketClient $client = null )
$config array
$client BitBucketClient

authenticate() public méthode

public authenticate ( )

isAuthenticated() public méthode

public isAuthenticated ( )

prepareParameters() protected méthode

protected prepareParameters ( array $parameters )
$parameters array

Property Details

$authenticated protected_oe property

protected bool $authenticated
Résultat boolean

$client protected_oe property

protected BitBucketClient,Gush\ThirdParty\Bitbucket|null $client
Résultat BitBucketClient | null

$domain protected_oe property

protected string|null $domain
Résultat string | null

$url protected_oe property

protected string|null $url
Résultat string | null