phpPoA2
[ class tree: phpPoA2 ] [ index: phpPoA2 ] [ all elements ]

Class: PAPIDBADB

Source Location: /lib/authn/PAPIDBADB.php

Class Overview

GenericDB
   |
   --DBADB
      |
      --PAPIDBADB

PAPI binding to a Berkeley DB backend.


Implements interfaces:

Variables

Methods


Inherited Variables

Inherited Methods

Class: DBADB

DBADB::check()
DBADB::close()
DBADB::configure()
DBADB::delete()
DBADB::fetch()
DBADB::fetch_all()
DBADB::open()
DBADB::replace()

Class: GenericDB

GenericDB::__construct()
Main constructor.
GenericDB::check()
Checks if the specified key exists in the database.
GenericDB::close()
Closes the database.
GenericDB::configure()
Configure the database handler.
GenericDB::delete()
Removes the specified key from the database.
GenericDB::fetch()
Gets the value of the specified key.
GenericDB::fetch_all()
Gets all the contents stored in the database.
GenericDB::open()
Opens the database.
GenericDB::replace()
Replaces the specified key with a new value. If the key does not exist previously, it will be created.

Class Details

[line 31]
PAPI binding to a Berkeley DB backend.



[ Top ]


Class Variables

$context =

[line 33]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


method fetch [line 50]

void fetch( $key)



Tags:

access:  public


Overrides DBADB::fetch() (parent method not documented)

Parameters:

   $key  

[ Top ]

method purge [line 60]

void purge( $gap)



Tags:

access:  public



Implementation of:
PAPIDB::purge()
Purge the database of outdated requests.

Parameters:

   $gap  

[ Top ]

method replaceContents [line 35]

void replaceContents( $key, $get, $post, $request, $query, $method, $input, $hli)



Tags:

access:  public



Implementation of:
PAPIDB::replaceContents()

Parameters:

   $key  
   $get  
   $post  
   $request  
   $query  
   $method  
   $input  
   $hli  

[ Top ]


Documentation generated on Mon, 20 Feb 2012 12:07:13 +0100 by phpDocumentor 1.4.3