System_Folders |
![]() |
[ class tree: System_Folders ] [ index: System_Folders ] [ all elements ] |
![]() |
Packages: System_Folders Classes: Files: |
[ Top ] Method DetailSystem_Folders_Cached (Constructor) [line 75]getAllUsers [line 239]
Cached version of getAllUsers().
Overrides System_Folders::getAllUsers() (Returns the All Users directory.) [ Top ]
getAppData [line 255]
Cached version of getAppData().
Overrides System_Folders::getAppData() (Returns the path to the application data directory.) [ Top ]
getCachedValue [line 189]
Returns a cached value. If the cache doesn't exist, the cached value is empty or null, the System_Folders method for the key is called to get the value.
Parameters:
[ Top ]
getDefaultConfigFile [line 171]
Returns the path to the default config file. It the one that's used if no filename is passed to the saveToFile/loadFromFile methods.
[ Top ]
getDesktop [line 271]
Cached version of getDesktop().
Overrides System_Folders::getDesktop() (Returns the path to the user's desktop.) [ Top ]
getDocuments [line 287]
Cached version of getDocuments().
Overrides System_Folders::getDocuments() (Returns the path to the user's documents directory.) [ Top ]
getHome [line 303]
Cached version of getHome().
Overrides System_Folders::getHome() (Returns the path to the user's home directory.) [ Top ]
getPrograms [line 319]
Cached version of getPrograms().
Overrides System_Folders::getPrograms() (Returns the path to the programs directory.) [ Top ]
getSharedDocuments [line 351]
Cached version of getSharedDocuments().
Overrides System_Folders::getSharedDocuments() (Returns the path to the shared documents directory.) [ Top ]
getTemp [line 335]
Cached version of getTemp().
Overrides System_Folders::getTemp() (Returns the path to the directory for temporary files.) [ Top ]
getWindows [line 367]
Cached version of getWindows().
Overrides System_Folders::getWindows() (Returns the windows directory (if any).) [ Top ]
loadFromFile [line 93]
Loads the directories from an ini file. If you don't specify the config file, it will be determined automatically.
Parameters:
[ Top ]
saveToFile [line 139]
Saves the folders into a config file that can be edited by hand. If you don't specify the config file, it will be determined automatically. Values that are NULL won't be saved.
Parameters:
[ Top ]
setAllUsers [line 392]
Sets an own all users directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setAppData [line 411]
Sets an own application data directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setCachedValue [line 213]
Sets the cache of the given key to the given value. Passing NULL removes the cache entry.
Parameters:
[ Top ]
setDesktop [line 430]
Sets an own desktop directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setDocuments [line 449]
Sets an own documents directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setHome [line 468]
Sets an own home directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setPrograms [line 487]
Sets an own programs directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setSharedDocuments [line 525]
Sets an own shared documents directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setTemp [line 506]
Sets an own temp directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
setWindows [line 544]
Sets an own windows directory. Set it to NULL to deactivate saving and remove the value from the cache.
Parameters:
[ Top ]
Documentation generated on Mon, 11 Mar 2019 15:52:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004. |