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

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ ] [ s ]

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
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

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

_

$_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, 11 Mar 2019 13:54:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.