Element index for package Load

[ a ] [ g ] [ i ] [ l ] [ r ] [ s ] [ _ ]



'_'

$_dir_custom
in file Load.class.php, variable Gumbo_Load::$_dir_custom
$_dir_home
in file Load.class.php, variable Gumbo_Load::$_dir_home
$_instance
in file Load.class.php, variable Gumbo_Load::$_instance
$_settings
in file Load.class.php, variable Gumbo_Load::$_settings
__construct
in file Load.class.php, method Gumbo_Load::__construct()
    Constructor The Constructor will set the primary library home directory. This is the current location of the Gumbo_Load file.
__construct
in file Setting.class.php, method Gumbo_Load_Setting::__construct()
    Constructor
__get
in file Load.class.php, method Gumbo_Load::__get()
    Loads a class file into memory
top



'a'

add
in file Setting.class.php, method Gumbo_Load_Setting::add()
    Adds a key=>value pair to the setting
addDir
in file Setting.class.php, method Gumbo_Load_Setting::addDir()
    Adds a directory path to the list (additional arguments may be accepted)
addDir
in file Setting.class.php, method Gumbo_Interface_Load_Setting::addDir()
    Adds a single directory path to the list
addSetting
in file Load.class.php, method Gumbo_Load::addSetting()
    Adds a setting, overwriting the original setting if exists
top



'g'

getClass
in file Setting.class.php, method Gumbo_Load_Setting::getClass()
    Returns if the setting is for a class load
getClass
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getClass()
    Returns if the setting is for a class load
getDirCustom
in file Load.class.php, method Gumbo_Interface_Load::getDirCustom()
    Returns the Custom directory
getDirCustom
in file Load.class.php, method Gumbo_Load::getDirCustom()
    Returns the Custom directory
getDirHome
in file Load.class.php, method Gumbo_Load::getDirHome()
    Returns the home directory
getDirHome
in file Load.class.php, method Gumbo_Interface_Load::getDirHome()
    Returns the home directory
getDirs
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getDirs()
    Returns the list of directory paths
getDirs
in file Setting.class.php, method Gumbo_Load_Setting::getDirs()
    Returns the list of directory paths
getExtension
in file Setting.class.php, method Gumbo_Load_Setting::getExtension()
    Returns the file extension
getExtension
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getExtension()
    Returns the file extension
getFullPath
in file Load.class.php, method Gumbo_Load::getFullPath()
    Returns a formatted file path
getFullPath
in file Load.class.php, method Gumbo_Interface_Load::getFullPath()
    Returns a formatted file path. The parameters expect the same values as defined by Gumbo_Interface_Load_Setting.
getInclude
in file Setting.class.php, method Gumbo_Load_Setting::getInclude()
    Returns if the include function should be used instead of require
getInclude
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getInclude()
    Returns if the include function should be used instead of require
getOnce
in file Setting.class.php, method Gumbo_Load_Setting::getOnce()
    Returns if the file should be loaded once
getOnce
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getOnce()
    Returns if the file should be loaded once
getPath
in file Setting.class.php, method Gumbo_Load_Setting::getPath()
    Returns the path to start searching from
getPath
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getPath()
    Returns the path to start searching from
getRemove
in file Setting.class.php, method Gumbo_Load_Setting::getRemove()
    Returns the remove string pattern
getRemove
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getRemove()
    Returns the remove string pattern
getSeparator
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getSeparator()
    Returns the stretch separator character
getSeparator
in file Setting.class.php, method Gumbo_Load_Setting::getSeparator()
    Returns the stretch separator character
getSetting
in file Load.class.php, method Gumbo_Load::getSetting()
    Returns a single Setting object based on the key
getSettings
in file Load.class.php, method Gumbo_Load::getSettings()
    Returns the list of all Settings
getStretch
in file Setting.class.php, method Gumbo_Load_Setting::getStretch()
    Returns if the file name should stretch
getStretch
in file Setting.class.php, method Gumbo_Interface_Load_Setting::getStretch()
    Returns if the file name should stretch
Gumbo_Interface_Load
in file Load.class.php, class Gumbo_Interface_Load
    Load Interface
Gumbo_Interface_Load_Setting
in file Setting.class.php, class Gumbo_Interface_Load_Setting
    Load Setting Interface
Gumbo_Load
in file Load.class.php, class Gumbo_Load
    Load Class
Gumbo_Load_Setting
in file Setting.class.php, class Gumbo_Load_Setting
    Load Setting Class
top



'i'

instance
in file Load.class.php, method Gumbo_Load::instance()
    Singleton Method
isSetting
in file Load.class.php, method Gumbo_Load::isSetting()
    Returns if a Setting exists
top



'l'

Load.class.php
procedural page Load.class.php
load
in file Load.class.php, method Gumbo_Load::load()
    Quick load of a file using a setting key
load
in file Load.class.php, method Gumbo_Interface_Load::load()
    Quick load of a file using a session key
Load.class.php
procedural page Load.class.php
loadClass
in file Load.class.php, method Gumbo_Interface_Load::loadClass()
    Loads a Class file into memory
loadClass
in file Load.class.php, method Gumbo_Load::loadClass()
    Loads a Class file into memory
loadFile
in file Load.class.php, method Gumbo_Load::loadFile()
    Loads a given class file into memory
loadFile
in file Load.class.php, method Gumbo_Interface_Load::loadFile()
    Loads a file into memory. The arguments expect the same values as defined by Gumbo_Interface_Load_Setting.
top



'r'

remove
in file Setting.class.php, method Gumbo_Load_Setting::remove()
    Removes the setting
removeSetting
in file Load.class.php, method Gumbo_Load::removeSetting()
    Removes a Setting
resetSettings
in file Load.class.php, method Gumbo_Load::resetSettings()
    Resets all Settings
top



's'

Setting.class.php
procedural page Setting.class.php
Setting.class.php
procedural page Setting.class.php
setClass
in file Setting.class.php, method Gumbo_Load_Setting::setClass()
    Sets the setting to load a class file
setClass
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setClass()
    Sets the setting to load a class file
setDirCustom
in file Load.class.php, method Gumbo_Interface_Load::setDirCustom()
    Sets the Custom Class File location
setDirCustom
in file Load.class.php, method Gumbo_Load::setDirCustom()
    Sets the Custom Class File location
setDirs
in file Setting.class.php, method Gumbo_Load_Setting::setDirs()
    Adds a list of directories to the list
setDirs
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setDirs()
    Adds a list of directories to the list
setExtension
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setExtension()
    Sets the file extension (leading "." not necessary)
setExtension
in file Setting.class.php, method Gumbo_Load_Setting::setExtension()
    Sets the file extension (leading "." not necessary)
setInclude
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setInclude()
    Sets to use include instead of require
setInclude
in file Setting.class.php, method Gumbo_Load_Setting::setInclude()
    Sets to use include instead of require
setOnce
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setOnce()
    Sets the load only once setting
setOnce
in file Setting.class.php, method Gumbo_Load_Setting::setOnce()
    Sets the load only once setting
setPath
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setPath()
    Sets the path to start searching from.
setPath
in file Setting.class.php, method Gumbo_Load_Setting::setPath()
    Sets the path to start searching from.
setRemove
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setRemove()
    Sets a string pattern to remove from the file name before search
setRemove
in file Setting.class.php, method Gumbo_Load_Setting::setRemove()
    Sets a string pattern to remove from the file name before search
setSeparator
in file Setting.class.php, method Gumbo_Load_Setting::setSeparator()
    Sets the stretch separator character
setSeparator
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setSeparator()
    Sets the stretch separator character
setStretch
in file Setting.class.php, method Gumbo_Load_Setting::setStretch()
    Sets to stretch the file name as additional directory paths
setStretch
in file Setting.class.php, method Gumbo_Interface_Load_Setting::setStretch()
    Sets to stretch the file name as additional directory paths
top