PHP Trait Gush\ThirdParty\Bitbucket\BitbucketAdapter

Author: Raul Rodriguez ([email protected])
Author: Sebastiaan Stok ([email protected])
Show file Open project: gushphp/gush

Protected Properties

Property Type Description
$authenticated boolean
$client BitBucketClient | null
$domain string | null
$url string | null

Public Methods

Method Description
__construct ( array $config, BitBucketClient $client = null )
authenticate ( )
isAuthenticated ( )

Protected Methods

Method Description
prepareParameters ( array $parameters )

Method Details

__construct() public method

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

authenticate() public method

public authenticate ( )

isAuthenticated() public method

public isAuthenticated ( )

prepareParameters() protected method

protected prepareParameters ( array $parameters )
$parameters array

Property Details

$authenticated protected property

protected bool $authenticated
return boolean

$client protected property

protected BitBucketClient,Gush\ThirdParty\Bitbucket|null $client
return BitBucketClient | null

$domain protected property

protected string|null $domain
return string | null

$url protected property

protected string|null $url
return string | null