API Documentation

Auth/Storage/Interface.php

Interfaces
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: Interface.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_Auth_Storage_Interface

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_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
Methods
isEmpty
read
write
clear

Description

Methods

clear

clear( ) : void

Clears contents from storage

Details
visibility
public
final
false
static
false
throws
If clearing contents from storage is impossible

isEmpty

isEmpty( ) : boolean

Returns true if and only if storage is empty

Output
boolean
Details
visibility
public
final
false
static
false
throws
If it is impossible to determine whether storage is empty

read

read( ) : mixed

Returns the contents of storage

Behavior is undefined when storage is empty.

Output
mixed
Details
visibility
public
final
false
static
false
throws
If reading contents from storage is impossible

write

write( mixed $contents ) : void

Writes $contents to storage

Arguments
$contents
mixed
Details
visibility
public
final
false
static
false
throws
If writing $contents to storage is impossible
Documentation was generated by DocBlox.