Class JSessionStorageWincache

Description

WINCACHE session storage handler for PHP

  • since: 11.1

Located in /libraries/joomla/session/storage/wincache.php (line 19)

JSessionStorage
   |
   --JSessionStorageWincache
Method Summary
 static boolean isSupported ()
 JSessionStorageWincache __construct ([array $options = array()])
 void register ()
Variables

Inherited Variables

Inherited from JSessionStorage

JSessionStorage::$instances
Methods
static isSupported (line 58)

Test to see if the SessionHandler is available.

  • return: True on success, false otherwise.
  • since: 12.1
  • access: public
static boolean isSupported ()

Redefinition of:
JSessionStorage::isSupported()
Test to see if the SessionHandler is available.
Constructor __construct (line 29)

Constructor

  • since: 11.1
  • throws: RuntimeException
  • access: public
JSessionStorageWincache __construct ([array $options = array()])
  • array $options: Optional parameters.

Redefinition of:
JSessionStorage::__construct()
Constructor
register (line 46)

Register the functions of this class with PHP's session handler

  • since: 12.2
  • access: public
void register ()

Redefinition of:
JSessionStorage::register()
Register the functions of this class with PHP's session handler

Inherited Methods

Inherited From JSessionStorage

 JSessionStorage::__construct()
 JSessionStorage::close()
 JSessionStorage::destroy()
 JSessionStorage::gc()
 JSessionStorage::getInstance()
 JSessionStorage::isSupported()
 JSessionStorage::open()
 JSessionStorage::read()
 JSessionStorage::register()
 JSessionStorage::test()
 JSessionStorage::write()

Documentation generated on Tue, 19 Nov 2013 15:18:34 +0100 by phpDocumentor 1.4.3