PHP Interface DataSift\Storyplayer\DeviceLib\DeviceAdapter

Afficher le fichier Open project: datasift/storyplayer

Méthodes publiques

Méthode 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 méthode

public applyHttpBasicAuthForHost ( $hostname, string $url ) : string
$url string
Résultat string

getDevice() public méthode

public getDevice ( ) : DataSift\WebDriver\WebDriverSession | null
Résultat DataSift\WebDriver\WebDriverSession | null

getHttpBasicAuthForHost() public méthode

public getHttpBasicAuthForHost ( string $hostname ) : array | null
$hostname string
Résultat array | null

hasHttpBasicAuthForHost() public méthode

public hasHttpBasicAuthForHost ( $hostname ) : boolean
Résultat boolean

init() public méthode

public init ( DataSift\Stone\ObjectLib\BaseObject $browserDetails ) : void
$browserDetails DataSift\Stone\ObjectLib\BaseObject
Résultat void

setHttpBasicAuthForHost() public méthode

public setHttpBasicAuthForHost ( $hostname, string $username, string $password ) : void
$username string
$password string
Résultat void

start() public méthode

public start ( StoryTeller $st ) : void
$st DataSift\Storyplayer\PlayerLib\StoryTeller
Résultat void

stop() public méthode

public stop ( ) : void
Résultat void