Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • ArrayCookieJar
  • FileCookieJar

Interfaces

  • CookieJarInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class FileCookieJar

Persists non-session cookies using a JSON formatted file

Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar implements Guzzle\Plugin\Cookie\CookieJar\CookieJarInterface, Serializable
Extended by Guzzle\Plugin\Cookie\CookieJar\FileCookieJar
Namespace: Guzzle\Plugin\Cookie\CookieJar
Located at Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
Methods summary
public
# __construct( string $cookieFile )

Create a new FileCookieJar object

Create a new FileCookieJar object

Parameters

$cookieFile
string
$cookieFile File to store the cookie data

Throws

Guzzle\Common\Exception\RuntimeException
if the file cannot be found or created

Overrides

Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar::__construct()
public
# __destruct( )

Saves the file when shutting down

Saves the file when shutting down

protected
# persist( )

Save the contents of the data array to the file

Save the contents of the data array to the file

Throws

Guzzle\Common\Exception\RuntimeException
if the file cannot be found or created
protected
# load( )

Load the contents of the json formatted file into the data array and discard any unsaved state

Load the contents of the json formatted file into the data array and discard any unsaved state

Methods inherited from Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar
add(), addCookiesFromResponse(), all(), count(), getIterator(), getMatchingCookies(), remove(), removeExpired(), removeTemporary(), serialize(), setStrictMode(), unserialize()
Properties summary
protected string $filename
#

filename

filename

Properties inherited from Guzzle\Plugin\Cookie\CookieJar\ArrayCookieJar
$cookies, $strictMode
php-coveralls API documentation generated by ApiGen 2.8.0