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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ p ] [ r ] [ s ] [ t ] [ _ ]

a

Auth_PrefManager2
in file PrefManager2.php, class Auth_PrefManager2
    Auth_PrefManager allows you to store and retrieve preferences from data containers, selecting the default value if none exists for the user you have specified.
Array.php
procedural page Array.php
Auth_PrefManager2_Container
in file Container.php, method Auth_PrefManager2_Container::Auth_PrefManager2_Container()
    Constructor
Auth_PrefManager2_Container
in file Container.php, class Auth_PrefManager2_Container
Auth_PrefManager2_Container_DB
in file DB.php, method Auth_PrefManager2_Container_DB::Auth_PrefManager2_Container_DB()
Auth_PrefManager2_Container_DB
in file DB.php, class Auth_PrefManager2_Container_DB
    The PEAR DB container for Auth_PrefManager2
Auth_PrefManager2_Container_Mock
in file Array.php, class Auth_PrefManager2_Container_Mock
AUTH_PREFMANAGER2_CONTAINER_NOT_FOUND
in file PrefManager2.php, constant AUTH_PREFMANAGER2_CONTAINER_NOT_FOUND
    Error codes
AUTH_PREFMANAGER2_DB_CONNECT_FAILED
in file PrefManager2.php, constant AUTH_PREFMANAGER2_DB_CONNECT_FAILED
    Error codes
AUTH_PREFMANAGER2_DB_NO_DSN
in file PrefManager2.php, constant AUTH_PREFMANAGER2_DB_NO_DSN
    Error codes
AUTH_PREFMANAGER2_DB_QUERY_FAILED
in file PrefManager2.php, constant AUTH_PREFMANAGER2_DB_QUERY_FAILED
    Error codes
AUTH_PREFMANAGER2_NOT_IMPLEMENTED
in file PrefManager2.php, constant AUTH_PREFMANAGER2_NOT_IMPLEMENTED
    Error codes
top

b

buildPackage.php
procedural page buildPackage.php
top

c

Container.php
procedural page Container.php
CommonTests.php
procedural page CommonTests.php
CreationTests.php
procedural page CreationTests.php
CommonTests
in file CommonTests.php, class CommonTests
    Test cases to ensure that the logic for returning default prefs if no specific ones are available.
CommonTests
in file CommonTests.php, method CommonTests::CommonTests()
    Constructor
CreationTests
in file CreationTests.php, method CreationTests::CreationTests()
    Constructor
CreationTests
in file CreationTests.php, class CreationTests
    Test cases to ensure that the factory and singleton methods work.
top

d

DB.php
procedural page DB.php
deletePref
in file Container.php, method Auth_PrefManager2_Container::deletePref()
    Deletes a preference for the specified owner and application.
top

f

factory
in file PrefManager2.php, method Auth_PrefManager2::factory()
    Creates an instance of PrefManager, with the options specified, and data access being done by the specified container.
top

g

getPref
in file Container.php, method Auth_PrefManager2_Container::getPref()
    Gets a preference for the specified owner and application.
top

p

PrefManager2.php
procedural page PrefManager2.php
top

r

runtests.php
procedural page runtests.php
top

s

setPref
in file Container.php, method Auth_PrefManager2_Container::setPref()
    Sets a preference for the specified owner and application.
singleton
in file PrefManager2.php, method Auth_PrefManager2::singleton()
    Returns a concrete PrefManager container, making use of an existing one if available.
top

t

testApplicationPref
in file CommonTests.php, method CommonTests::testApplicationPref()
    Test the use of applications.
testDefaultPref
in file CommonTests.php, method CommonTests::testDefaultPref()
    Test the setting and retrieval of a default preference.
testFactory
in file CreationTests.php, method CreationTests::testFactory()
    Test the factory method.
testSingleton
in file CreationTests.php, method CreationTests::testSingleton()
    Test the factory method.
testUserPref
in file CommonTests.php, method CommonTests::testUserPref()
    Test the setting and retrieval of a basic preference.
top

_

$_errorStack
in file Container.php, variable Auth_PrefManager2_Container::$_errorStack
    The PEAR_ErrorStack object to use for error handling.
$_options
in file Container.php, variable Auth_PrefManager2_Container::$_options
    An array of options to use.
_decodeValue
in file Container.php, method Auth_PrefManager2_Container::_decodeValue()
    Reverts any preparation that was done to store the value.
_delete
in file Container.php, method Auth_PrefManager2_Container::_delete()
    Deletes a value from the container.
_delete
in file Array.php, method Auth_PrefManager2_Container_Mock::_delete()
    Deletes a value from the container.
_delete
in file DB.php, method Auth_PrefManager2_Container_DB::_delete()
    Deletes a value from the container.
_encodeValue
in file Container.php, method Auth_PrefManager2_Container::_encodeValue()
    Prepares a value for saving in the data container.
_exists
in file DB.php, method Auth_PrefManager2_Container_DB::_exists()
    Checks if the specified preference exists in the data container.
_exists
in file Container.php, method Auth_PrefManager2_Container::_exists()
    Checks if the specified preference exists in the data container.
_exists
in file Array.php, method Auth_PrefManager2_Container_Mock::_exists()
    Checks if the specified preference exists in the data container.
_get
in file DB.php, method Auth_PrefManager2_Container_DB::_get()
    Gets a value from the container.
_get
in file Array.php, method Auth_PrefManager2_Container_Mock::_get()
    Gets a value from the container.
_get
in file Container.php, method Auth_PrefManager2_Container::_get()
    Gets a value from the container.
_parseOptions
in file DB.php, method Auth_PrefManager2_Container_DB::_parseOptions()
    Reads the options array, and sets default values for anything which isn't set.
_parseOptions
in file Container.php, method Auth_PrefManager2_Container::_parseOptions()
    Reads the options array, and sets default values for anything which isn't set.
_set
in file DB.php, method Auth_PrefManager2_Container_DB::_set()
    Sets a value with the container.
_set
in file Container.php, method Auth_PrefManager2_Container::_set()
    Sets a value with the container.
_set
in file Array.php, method Auth_PrefManager2_Container_Mock::_set()
    Sets a value with the container.
_throwError
in file PrefManager2.php, method Auth_PrefManager2::_throwError()
    Throws an error, using the current locale if it exists, or en if it doesn't.
_throwError
in file Container.php, method Auth_PrefManager2_Container::_throwError()
    Throws an error, using the current locale if it exists, or en if it doesn't.
top

Documentation generated on Mon, 2 Aug 2004 11:20:05 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.