API Documentation

Application/Resource/Session.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
version
$Id: Session.php 20816 2010-02-01 21:13:54Z freak $
Classes
Zend_Application_Resource_Session

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Application_Resource_Session

Extends from
Zend_Application_Resource_ResourceAbstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Application
subpackage
Resource
uses
Zend_Application_Resource_ResourceAbstract
Properties
$_saveHandler
Methods
setSaveHandler
getSaveHandler
_hasSaveHandler
init

Description

Resource for setting session options

Properties

$_saveHandler

Zend_Session_SaveHandler_Interface $_saveHandler = 'null'

Save handler to use

Details

$_saveHandler
Zend_Session_SaveHandler_Interface
visibility
protected
default
null
final
false
static
false

Methods

_hasSaveHandler

_hasSaveHandler( ) : bool

Output
bool
Details
visibility
protected
final
false
static
false

getSaveHandler

getSaveHandler( ) : Zend_Session_SaveHandler_Interface

Get session save handler

Details
visibility
public
final
false
static
false

init

init( ) : void

Defined by Zend_Application_Resource_Resource

Details
visibility
public
final
false
static
false

setSaveHandler

setSaveHandler( array|string|Zend_Session_SaveHandler_Interface $saveHandler ) : Zend_Application_Resource_Session

Set session save handler

Arguments
$saveHandler
arraystringZend_Session_SaveHandler_Interface
Details
visibility
public
final
false
static
false
throws
When $saveHandler is no valid save handler
Documentation was generated by DocBlox.