PHP Class DataSift\Storyplayer\DeviceLib\BaseAdapter

Datei anzeigen Open project: datasift/storyplayer

Protected Properties

Property Type Description
$browserDetails stdClass details about the web browser that we want to use
$browserSession
$httpAuthDetails array
$proxySession

Public Methods

Method Description
applyHttpBasicAuthForHost ( string $hostname, string $url ) : string
getDevice ( )
getHttpBasicAuthForHost ( string $hostname ) : array | null
getProxy ( )
hasHttpBasicAuthForHost ( string $hostname ) : boolean
init ( stdClass $browserDetails ) : void
setHttpBasicAuthForHost ( string $hostname, string $username, string $password ) : void

Method Details

applyHttpBasicAuthForHost() public method

public applyHttpBasicAuthForHost ( string $hostname, string $url ) : string
$hostname string
$url string
return string

getDevice() public method

public getDevice ( )

getHttpBasicAuthForHost() public method

public getHttpBasicAuthForHost ( string $hostname ) : array | null
$hostname string
return array | null

getProxy() public method

public getProxy ( )

hasHttpBasicAuthForHost() public method

public hasHttpBasicAuthForHost ( string $hostname ) : boolean
$hostname string
return boolean

init() public method

public init ( stdClass $browserDetails ) : void
$browserDetails stdClass
return void

setHttpBasicAuthForHost() public method

public setHttpBasicAuthForHost ( string $hostname, string $username, string $password ) : void
$hostname string
$username string
$password string
return void

Property Details

$browserDetails protected_oe property

details about the web browser that we want to use
protected stdClass $browserDetails
return stdClass

$browserSession protected_oe property

protected $browserSession

$httpAuthDetails protected_oe property

protected array $httpAuthDetails
return array

$proxySession protected_oe property

protected $proxySession