Nearsoft\SeleniumClient\Cookie::getArray PHP Method

getArray() public method

public getArray ( )
    public function getArray()
    {
        $array = array("name" => $this->_name, "value" => $this->_value, "path" => $this->_path, "domain" => $this->_domain, "secure" => $this->_secure, "expiry" => $this->_expiry);
        return $array;
    }