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

Element index for package PEAR_PackageFileManager_Frontend

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ l ] [ m ] [ p ] [ r ] [ s ] [ _ ]

_

__construct
in file Frontend.php, method PEAR_PackageFileManager_Frontend::__construct()
    ZE1 class constructor
__construct
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::__construct()
    Decorator constructor
top

a

addMaintainer
in file Frontend.php, method PEAR_PackageFileManager_Frontend::addMaintainer()
    Wrapper for method PEAR_PackageFile_v2_rw::deleteMaintainer()
array_merge_recursive
in file Frontend.php, method PEAR_PackageFileManager_Frontend::array_merge_recursive()
    array_merge_recursive()
top

b

buildPackageFile
in file Frontend.php, method PEAR_PackageFileManager_Frontend::buildPackageFile()
top

c

container
in file Frontend.php, method PEAR_PackageFileManager_Frontend::container()
    Returns a reference to a session variable containing the form-page values and pages' validation status.
top

d

$driver
in file Frontend.php, variable PEAR_PackageFileManager_Frontend::$driver
    Name of the frontend (driver), used to store the values in session
deleteMaintainer
in file Frontend.php, method PEAR_PackageFileManager_Frontend::deleteMaintainer()
    Wrapper for method PEAR_PackageFile_v2_rw::deleteMaintainer()
Decorator.php
procedural page Decorator.php
top

e

exportValue
in file Frontend.php, method PEAR_PackageFileManager_Frontend::exportValue()
    Returns the element's value
top

f

$fe
in file Decorator.php, variable PEAR_PackageFileManager_Frontend_Decorator::$fe
    An instance PEAR_PackageFileManager_Frontend
Frontend.php
procedural page Frontend.php
top

g

getDefaults
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getDefaults()
    Returns default values of a package (imported or pre-set)
getDepList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getDepList()
    Returns list of package dependencies (other packages and/or extensions)
getDepList
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::getDepList()
    Decorator::getDepList()
getErrors
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getErrors()
    Get a list of all errors since last purge
getExceptionList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getExceptionList()
    Returns list of file role for specific files
getExceptionList
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::getExceptionList()
    Decorator::getExceptionList()
getFileList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getFileList()
    Prepare file list, with role, replacements and platform exception info.
getFileList
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::getFileList()
    Decorator::getFileList()
getMaintList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getMaintList()
    Returns list of package maintainers
getMaintList
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::getMaintList()
    Decorator::getMaintList()
getOption
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getOption()
    Returns the value of an option from the configuration array.
getPageName
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getPageName()
getPreferences
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getPreferences()
    Get all user preferences for this frontend
getRoleList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::getRoleList()
    Returns list of directories and file extensions roles
top

h

hasErrors
in file Frontend.php, method PEAR_PackageFileManager_Frontend::hasErrors()
    Returns whether or not errors have occurred (and been captured).
top

l

loadPreferences
in file Frontend.php, method PEAR_PackageFileManager_Frontend::loadPreferences()
    Load the user preferences for this frontend
log
in file Frontend.php, method PEAR_PackageFileManager_Frontend::log()
    Log an error using PEAR::Log or compatible backend
top

m

multi_array_search
in file Frontend.php, method PEAR_PackageFileManager_Frontend::multi_array_search()
    Multi-Dimensional Array Search
top

p

$packagedirectory
in file Frontend.php, variable PEAR_PackageFileManager_Frontend::$packagedirectory
$pathtopackagefile
in file Frontend.php, variable PEAR_PackageFileManager_Frontend::$pathtopackagefile
PEAR_PackageFileManager_Frontend
in file Frontend.php, class PEAR_PackageFileManager_Frontend
    Singleton-based frontend for user input/output.
PEAR_PACKAGEFILEMANAGER_FRONTEND_CANTCOPY_CONFIG
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_CANTCOPY_CONFIG
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_CANTOPEN_CONFIG
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_CANTOPEN_CONFIG
    Error Codes
PEAR_PackageFileManager_Frontend_Decorator
in file Decorator.php, class PEAR_PackageFileManager_Frontend_Decorator
    Decorates any PEAR_PackageFileManager_Frontend class
PEAR_PACKAGEFILEMANAGER_FRONTEND_EMPTY_CONFIG
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_EMPTY_CONFIG
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_NODRIVER
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_NODRIVER
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_NOOPTION
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_NOOPTION
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_NOUSER
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_NOUSER
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_CONFIG
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_CONFIG
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_LOGGER
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_LOGGER
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_USEROLE
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_USEROLE
    Error Codes
PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_USERS
in file Frontend.php, constant PEAR_PACKAGEFILEMANAGER_FRONTEND_WRONG_USERS
    Error Codes
preparePackageFile
in file Frontend.php, method PEAR_PackageFileManager_Frontend::preparePackageFile()
pushWarning
in file Frontend.php, method PEAR_PackageFileManager_Frontend::pushWarning()
    Push a warning or error to the warning stack.
top

r

realpathnix
in file Frontend.php, method PEAR_PackageFileManager_Frontend::realpathnix()
repackagePEAR_Error
in file Frontend.php, method PEAR_PackageFileManager_Frontend::repackagePEAR_Error()
    Repackage PEAR error
run
in file Frontend.php, method PEAR_PackageFileManager_Frontend::run()
    Processes the request.
top

s

savePreferences
in file Frontend.php, method PEAR_PackageFileManager_Frontend::savePreferences()
    Save the user preferences for this frontend
setDefaults
in file Frontend.php, method PEAR_PackageFileManager_Frontend::setDefaults()
    Sets default values used when we click on 'Reset' button of the frontend
setFileList
in file Decorator.php, method PEAR_PackageFileManager_Frontend_Decorator::setFileList()
    Decorator::setFileList()
setFileList
in file Frontend.php, method PEAR_PackageFileManager_Frontend::setFileList()
    Defines a listing of every file in package directory and all subdirectories.
setLogger
in file Frontend.php, method PEAR_PackageFileManager_Frontend::setLogger()
    Set up a PEAR::Log object or compatible for this frontend
setOption
in file Frontend.php, method PEAR_PackageFileManager_Frontend::setOption()
    Sets an option after the configuration array has been loaded.
singleton
in file Frontend.php, method PEAR_PackageFileManager_Frontend::singleton()
    Creates a unique instance of the given front end class.
top

Documentation generated on Mon, 11 Mar 2019 15:46:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.