API Documentation

Auth/Storage/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_Auth
subpackage
Storage
version
$Id: Session.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Auth_Storage_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_Auth_Storage_Session

Implements
Zend_Auth_Storage_Interface
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_Auth
subpackage
Storage
Constants
NAMESPACE_DEFAULT
MEMBER_DEFAULT
Properties
$_session
$_namespace
$_member
Methods
__construct
getNamespace
getMember
isEmpty
read
write
clear

Description

Constants

NAMESPACE_DEFAULT

 NAMESPACE_DEFAULT = 'Zend_Auth'

Default session namespace

Details

value
Zend_Auth

MEMBER_DEFAULT

 MEMBER_DEFAULT = 'storage'

Default session object member name

Details

value
storage

Properties

$_member

mixed $_member = ''

Session object member

Details

$_member
mixed
visibility
protected
default
final
false
static
false

$_namespace

mixed $_namespace = ''

Session namespace

Details

$_namespace
mixed
visibility
protected
default
final
false
static
false

$_session

Zend_Session_Namespace $_session = ''

Object to proxy $_SESSION storage

Details

$_session
Zend_Session_Namespace
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( mixed $namespace = self, mixed $member = self ) : void

Sets session storage options and initializes session namespace object

Arguments
$namespace
mixed
$member
mixed
Details
visibility
public
final
false
static
false

clear

clear( ) : void

Defined by Zend_Auth_Storage_Interface

Details
visibility
public
final
false
static
false

getMember

getMember( ) : string

Returns the name of the session object member

Output
string
Details
visibility
public
final
false
static
false

getNamespace

getNamespace( ) : string

Returns the session namespace

Output
string
Details
visibility
public
final
false
static
false

isEmpty

isEmpty( ) : boolean

Defined by Zend_Auth_Storage_Interface

Output
boolean
Details
visibility
public
final
false
static
false

read

read( ) : mixed

Defined by Zend_Auth_Storage_Interface

Output
mixed
Details
visibility
public
final
false
static
false

write

write( mixed $contents ) : void

Defined by Zend_Auth_Storage_Interface

Arguments
$contents
mixed
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.