PHP Class Nearsoft\SeleniumClient\Cookie

Afficher le fichier Open project: nearsoft/php-selenium-client

Méthodes publiques

Méthode Description
__construct ( $name, $value, $path = null, $domain = null, $secure = null, $expiry = null )
buildFromArray ( $items )
getArray ( )
getDomain ( )
getExpiry ( )
getName ( )
getPath ( )
getSecure ( )
getValue ( )

Method Details

__construct() public méthode

public __construct ( $name, $value, $path = null, $domain = null, $secure = null, $expiry = null )

buildFromArray() public static méthode

public static buildFromArray ( $items )

getArray() public méthode

public getArray ( )

getDomain() public méthode

public getDomain ( )

getExpiry() public méthode

public getExpiry ( )

getName() public méthode

public getName ( )

getPath() public méthode

public getPath ( )

getSecure() public méthode

public getSecure ( )

getValue() public méthode

public getValue ( )