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

Index of all elements

[ a ] [ c ] [ e ] [ f ] [ g ] [ l ] [ ] [ s ]

a

$arAppDataNames
in file Folders.php, variable System_Folders::$arAppDataNames
    Known names for the application directory in windows.
$arCache
in file Cached.php, variable System_Folders_Cached::$arCache
    The cached paths will be hold here.
$arDesktop
in file Folders.php, variable System_Folders::$arDesktop
    Known names for the my Desktop directory.
$arDocsAndSettings
in file Folders.php, variable System_Folders::$arDocsAndSettings
    Known paths for the documents and settings directory on windows.
$arDocumentsLinux
in file Folders.php, variable System_Folders::$arDocumentsLinux
    Known names for the my documents directory on linux and mac.
$arDocumentsWindows
in file Folders.php, variable System_Folders::$arDocumentsWindows
    Known names for the my documents directory on windows.
$arProgramsWindows
in file Folders.php, variable System_Folders::$arProgramsWindows
    Known paths for the programs directory on windows.
$arSettings
in file Cached.php, variable System_Folders_Cached::$arSettings
    The settings that are available.
$arSharedDocumentsWindows
in file Folders.php, variable System_Folders::$arSharedDocumentsWindows
    Known names for the shared documents directory on windows.
$arWindowsDirs
in file Folders.php, variable System_Folders::$arWindowsDirs
    Known paths for the windows directory.
addTrailingSlash
in file Folders.php, method System_Folders::addTrailingSlash()
    Adds a trailing slash to the given path if there is none.
top

c

cached.php
procedural page cached.php
Cached.php
procedural page Cached.php
top

e

example.php
procedural page example.php
top

f

fixWindowsPath
in file Folders.php, method System_Folders::fixWindowsPath()
    Directories in windows environment variables sometimes have a double backslash, and this needs to be fixed.
Folders.php
procedural page Folders.php
top

g

getAllUsers
in file Cached.php, method System_Folders_Cached::getAllUsers()
    Cached version of getAllUsers().
getAllUsers
in file Folders.php, method System_Folders::getAllUsers()
    Returns the All Users directory.
getAppData
in file Cached.php, method System_Folders_Cached::getAppData()
    Cached version of getAppData().
getAppData
in file Folders.php, method System_Folders::getAppData()
    Returns the path to the application data directory.
getCachedValue
in file Cached.php, method System_Folders_Cached::getCachedValue()
    Returns a cached value.
getCOMPath
in file Folders.php, method System_Folders::getCOMPath()
    Loads a windows path via COM using $objCom.
getDefaultConfigFile
in file Cached.php, method System_Folders_Cached::getDefaultConfigFile()
    Returns the path to the default config file.
getDesktop
in file Cached.php, method System_Folders_Cached::getDesktop()
    Cached version of getDesktop().
getDesktop
in file Folders.php, method System_Folders::getDesktop()
    Returns the path to the user's desktop.
getDocuments
in file Cached.php, method System_Folders_Cached::getDocuments()
    Cached version of getDocuments().
getDocuments
in file Folders.php, method System_Folders::getDocuments()
    Returns the path to the user's documents directory.
getHome
in file Cached.php, method System_Folders_Cached::getHome()
    Cached version of getHome().
getHome
in file Folders.php, method System_Folders::getHome()
    Returns the path to the user's home directory.
getPrograms
in file Cached.php, method System_Folders_Cached::getPrograms()
    Cached version of getPrograms().
getPrograms
in file Folders.php, method System_Folders::getPrograms()
    Returns the path to the programs directory.
getSharedDocuments
in file Cached.php, method System_Folders_Cached::getSharedDocuments()
    Cached version of getSharedDocuments().
getSharedDocuments
in file Folders.php, method System_Folders::getSharedDocuments()
    Returns the path to the shared documents directory.
getSys
in file Folders.php, method System_Folders::getSys()
    Returns the name of the guesses system.
getTemp
in file Cached.php, method System_Folders_Cached::getTemp()
    Cached version of getTemp().
getTemp
in file Folders.php, method System_Folders::getTemp()
    Returns the path to the directory for temporary files.
getUserName
in file Folders.php, method System_Folders::getUserName()
    Returns the name for the user under which name the program runs.
getWindows
in file Folders.php, method System_Folders::getWindows()
    Returns the windows directory (if any).
getWindows
in file Cached.php, method System_Folders_Cached::getWindows()
    Cached version of getWindows().
top

l

loadCOM
in file Folders.php, method System_Folders::loadCOM()
    Loads the COM object into the $objCom variable.
loadFromFile
in file Cached.php, method System_Folders_Cached::loadFromFile()
    Loads the directories from an ini file.
top

o

$objCom
in file Folders.php, variable System_Folders::$objCom
    COM object used in Windows to get
top

s

$sys
in file Folders.php, variable System_Folders::$sys
    The operating system on which we work here Gotten from OS_Guess::getSysname()
saveToFile
in file Cached.php, method System_Folders_Cached::saveToFile()
    Saves the folders into a config file that can be edited by hand.
setAllUsers
in file Cached.php, method System_Folders_Cached::setAllUsers()
    Sets an own all users directory.
setAppData
in file Cached.php, method System_Folders_Cached::setAppData()
    Sets an own application data directory.
setCachedValue
in file Cached.php, method System_Folders_Cached::setCachedValue()
    Sets the cache of the given key to the given value.
setDesktop
in file Cached.php, method System_Folders_Cached::setDesktop()
    Sets an own desktop directory.
setDocuments
in file Cached.php, method System_Folders_Cached::setDocuments()
    Sets an own documents directory.
setHome
in file Cached.php, method System_Folders_Cached::setHome()
    Sets an own home directory.
setPrograms
in file Cached.php, method System_Folders_Cached::setPrograms()
    Sets an own programs directory.
setSharedDocuments
in file Cached.php, method System_Folders_Cached::setSharedDocuments()
    Sets an own shared documents directory.
setTemp
in file Cached.php, method System_Folders_Cached::setTemp()
    Sets an own temp directory.
setWindows
in file Cached.php, method System_Folders_Cached::setWindows()
    Sets an own windows directory.
System_Folders
in file Folders.php, method System_Folders::System_Folders()
    Constructor; initializes the system variable.
System_Folders
in file Folders.php, class System_Folders
    Provides the locations of several system and user directories independent of the operating system used.
System_Folders_Cached
in file Cached.php, method System_Folders_Cached::System_Folders_Cached()
    Create a new instance
System_Folders_Cached
in file Cached.php, class System_Folders_Cached
    Provides a cached version of System_Folders.
SYS_LINUX
in file Folders.php, constant SYS_LINUX
SYS_MAC
in file Folders.php, constant SYS_MAC
SYS_WINDOWS
in file Folders.php, constant SYS_WINDOWS
top

t

tryPaths
in file Folders.php, method System_Folders::tryPaths()
    Loops through a list of given paths and checks which of them are correct.
top

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