PHP Class Nearsoft\SeleniumClient\Cookie

Show file Open project: nearsoft/php-selenium-client

Public Methods

Method 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 method

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

buildFromArray() public static method

public static buildFromArray ( $items )

getArray() public method

public getArray ( )

getDomain() public method

public getDomain ( )

getExpiry() public method

public getExpiry ( )

getName() public method

public getName ( )

getPath() public method

public getPath ( )

getSecure() public method

public getSecure ( )

getValue() public method

public getValue ( )