Auth/Storage/Session.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Auth  
Subpackage
Storage  
Version
$Id$  

\Zend_Auth_Storage_Session

Package: Zend_Auth\Storage
Implements
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  NAMESPACE_DEFAULT = 'Zend_Auth'
Default session namespace
>VConstant  MEMBER_DEFAULT = 'storage'
Default session object member name

Properties

>VPropertyprotectedmixed $_member
Session object member
Details
Type
mixed
>VPropertyprotectedmixed $_namespace
Session namespace
Details
Type
mixed
>VPropertyprotected\Zend_Session_Namespace $_session
Object to proxy $_SESSION storage

Methods

methodpublic__construct(mixed $namespace = self::NAMESPACE_DEFAULT, mixed $member = self::MEMBER_DEFAULT) : void

Sets session storage options and initializes session namespace object

Parameters
NameTypeDescription
$namespacemixed
$membermixed
methodpublicclear() : void

Defined by Zend_Auth_Storage_Interface

methodpublicgetMember() : string

Returns the name of the session object member

Returns
TypeDescription
string
methodpublicgetNamespace() : string

Returns the session namespace

Returns
TypeDescription
string
methodpublicisEmpty() : boolean

Defined by Zend_Auth_Storage_Interface

Returns
TypeDescription
boolean
methodpublicread() : mixed

Defined by Zend_Auth_Storage_Interface

Returns
TypeDescription
mixed
methodpublicwrite(mixed $contents) : void

Defined by Zend_Auth_Storage_Interface

Parameters
NameTypeDescription
$contentsmixed
Documentation was generated by phpDocumentor 2.2.0 .