PHP Interface DataSift\Storyplayer\DeviceLib\DeviceAdapter

Datei anzeigen Open project: datasift/storyplayer

Public Methods

Method Description
applyHttpBasicAuthForHost ( $hostname, string $url ) : string
getDevice ( ) : DataSift\WebDriver\WebDriverSession | null
getHttpBasicAuthForHost ( string $hostname ) : array | null
hasHttpBasicAuthForHost ( $hostname ) : boolean
init ( DataSift\Stone\ObjectLib\BaseObject $browserDetails ) : void
setHttpBasicAuthForHost ( $hostname, string $username, string $password ) : void
start ( StoryTeller $st ) : void
stop ( ) : void

Method Details

applyHttpBasicAuthForHost() public method

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

getDevice() public method

public getDevice ( ) : DataSift\WebDriver\WebDriverSession | null
return DataSift\WebDriver\WebDriverSession | null

getHttpBasicAuthForHost() public method

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

hasHttpBasicAuthForHost() public method

public hasHttpBasicAuthForHost ( $hostname ) : boolean
return boolean

init() public method

public init ( DataSift\Stone\ObjectLib\BaseObject $browserDetails ) : void
$browserDetails DataSift\Stone\ObjectLib\BaseObject
return void

setHttpBasicAuthForHost() public method

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

start() public method

public start ( StoryTeller $st ) : void
$st DataSift\Storyplayer\PlayerLib\StoryTeller
return void

stop() public method

public stop ( ) : void
return void