[Core] element index

Package indexes

All elements
0 1 a b c d e f g i k l m n o p r s v x _
_
top
__construct
Callback::__construct() in 01.callback.php
Initialize a new callback
__construct
CacheStorageMemcached::__construct() in 06.cache.memcached.php
Initializes the cache storage
__construct
CacheManager::__construct() in 05.cachemanager.php
Setup cache directory
__construct
ConfigXML::__construct() in 10.config.xml.php
Creates a new instance using a DOM-tree or xml data in a string
__autoload
__autoload() in 17.autoloader.php
Autoloader function
__construct
ModuleOverlay::__construct() in 15.module.overlay.php
Initializes a new Overlay by path
__construct
ModuleItem::__construct() in 15.module.item.php
Initializes a module by its path
__construct
ModuleClass::__construct() in 15.module.class.php
Initializes the class sturcture
__construct
ModuleDB::__construct() in 15.module.db.php
Initializes the ModuleDB
__toString
ModuleSearch::__toString() in 15.module.search.php
Creates a textual representation of search conditions for debugging purposes
__construct
XMLSubtree::__construct() in 02.xml.subtree.php
Imports the subtree into a new tree
__construct
XMLString::__construct() in 02.xml.string.php
Create a new DOMDocument from a string
__construct
XMLFile::__construct() in 02.xml.file.php
Create a new DOMDocument from a file
__construct
XML::__construct() in 01.xml.php
Initializes a new document
a
top
addConfig
ConfigGlobal::addConfig() in 11.config.global.php
Adds a configuration repository to the global configuration
aggregate
ConfigXML::aggregate() in 10.config.xml.php
Merges this part of the configuration with another
addClass
ModuleIndexer::addClass() in 15.module.indexer.php
Adds a class to the index
addClass
ModuleSearch::addClass() in 15.module.search.php
Adds a class condition
addID
ModuleSearch::addID() in 15.module.search.php
Adds a ID condition
addModule
ModuleIndexer::addModule() in 15.module.indexer.php
Adds a module to the index
addOverlay
ModuleDB::addOverlay() in 15.module.db.php
Adds a overlay to the list
addProvide
ModuleClass::addProvide() in 15.module.class.php
Adds a virtual role to this class
addProvides
ModuleSearch::addProvides() in 15.module.search.php
Adds a 'provides' condition
addVersion
ModuleSearch::addVersion() in 15.module.search.php
Adds a new version condition
addVirtual
ModuleIndexer::addVirtual() in 15.module.indexer.php
Adds a virtual role to the index
append
ModuleList::append() in 15.module.list.php
Append a module
append
ModuleOverlay::append() in 15.module.overlay.php
Appends/inserts a overlay after this one
b
top
bindVirtual
ModuleDB::bindVirtual() in 15.module.db.php
This function binds a real module to a virtual
c
top
call
Callback::call() in 01.callback.php
Calls the function
callArray
Callback::callArray() in 01.callback.php
Calls the function
Callback
Callback in 01.callback.php
Callback storage
check
Callback::check() in 01.callback.php
Checks wheter the callback is valid
CoreException
CoreException in 00.core.exception.php
Basic exception for core components
config.php
config.php in config.php
CacheManager
CacheManager in 05.cachemanager.php
A simple object cache
CacheStorage
CacheStorage in 04.cache.storage.php
Interface for implementing cache storage
CacheStorageMemcached
CacheStorageMemcached in 06.cache.memcached.php
Object cache storage in memcached
cleanUp
CacheManager::cleanUp() in 05.cachemanager.php
This function cleans up the cache directory
ConfigException
ConfigException in 10.config.exception.php
Exception types for configuration errors
ConfigGlobal
ConfigGlobal in 11.config.global.php
Global storage for configuration
ConfigXML
ConfigXML in 10.config.xml.php
Configuration parser for XML based core config
callHook
ModuleItem::callHook() in 15.module.item.php
Calls a registered callback of the module
current
ModuleDB::current() in 15.module.db.php
Gets the overlay the iterator points to
d
top
dump
ConfigXML::dump() in 10.config.xml.php
Debuggung function: dumps all values stored in this configuration object
e
top
evaluate
ModuleSearch::evaluate() in 15.module.search.php
Evaluates whether a the passed module matches the conditions
DEFAULT_ENCODING
XML::DEFAULT_ENCODING in 01.xml.php
Default encoding to be used in all documents
DEFAULT_VERSION
XML::DEFAULT_VERSION in 01.xml.php
Default XML version used in all documents
f
top
findAll
ModuleList::findAll() in 15.module.list.php
Finds all matching modules in this list
findClass
ModuleDB::findClass() in 15.module.db.php
Finds the module containting a specified class.
findFirst
ModuleList::findFirst() in 15.module.list.php
Finds the first module matching the passed search criteria
findModule
ModuleOverlay::findModule() in 15.module.overlay.php
Recursivly searches for a module
findModule
ModuleDB::findModule() in 15.module.db.php
Finds the first matching module in all overlays
findModules
ModuleOverlay::findModules() in 15.module.overlay.php
Finds all modules matching the search criteria
findModules
ModuleDB::findModules() in 15.module.db.php
Finds all modules matching the search condition
g
top
getCachedObject
Fetches the cached object of a specified class/id
getCachedObject
CacheManager::getCachedObject() in 05.cachemanager.php
Fetches the cached object of a specified class/id
getCachedObject
CacheStorage::getCachedObject() in 04.cache.storage.php
Fetches the cached object of a specified class/id
getInstance
CacheManager::getInstance() in 05.cachemanager.php
Singleton method, gets a static instance
getBoolean
ConfigXML::getBoolean() in 10.config.xml.php
Gets a boolean variable
getData
ConfigXML::getData() in 10.config.xml.php
Gets the whole array of configuration data
getInstance
ConfigGlobal::getInstance() in 11.config.global.php
Gets an instance of the global configuration
getVar
ConfigXML::getVar() in 10.config.xml.php
Gets a single var
getClass
ModuleIndexer::getClass() in 15.module.indexer.php
Gets a class by classname
getClasses
ModuleItem::getClasses() in 15.module.item.php
Gets an array of classes contained in this module
getFile
ModuleClass::getFile() in 15.module.class.php
Gets the filename of the class' file
getID
ModuleItem::getID() in 15.module.item.php
Gets the ID of this module
getIndexer
ModuleDB::getIndexer() in 15.module.db.php
Gets the Module indexer
getInstance
ModuleDB::getInstance() in 15.module.db.php
Returns the global ModuleDB instance
getIterator
ModuleList::getIterator() in 15.module.list.php
Gets an interator over the contained modules
getIterator
ModuleOverlay::getIterator() in 15.module.overlay.php
Provides an iterator.
getMetaData
ModuleItem::getMetaData() in 15.module.item.php
Returns a subtree of meta-data for this module
getModinfo
ModuleItem::getModinfo() in 15.module.item.php
Gets the DOM tree repesenting the modinfo file
getModule
ModuleIndexer::getModule() in 15.module.indexer.php
Gets a module by its ID
getModule
ModuleClass::getModule() in 15.module.class.php
Gets the ModuleItem which contains this class
getModule
ModuleDB::getModule() in 15.module.db.php
Gets a module based on its ID
getName
ModuleItem::getName() in 15.module.item.php
Gets the name of this module
getName
ModuleClass::getName() in 15.module.class.php
Gets the classname of this class
getPath
ModuleOverlay::getPath() in 15.module.overlay.php
Gets the path to the overlay
getPath
ModuleClass::getPath() in 15.module.class.php
Gets the full path to the classfile
getPath
ModuleItem::getPath() in 15.module.item.php
Gets the path to the module base
getProvides
ModuleClass::getProvides() in 15.module.class.php
Gets an array of roles this module provides
getReflection
ModuleClass::getReflection() in 15.module.class.php
Fetches a class reflector for this class
getVersion
ModuleItem::getVersion() in 15.module.item.php
Gets the version of this module
getVirtualClass
ModuleDB::getVirtualClass() in 15.module.db.php
Directly gets the first matching class for a given role
getVirtualClass
ModuleIndexer::getVirtualClass() in 15.module.indexer.php
Gets the first class implementing a virtual role
getVirtualClass
ModuleItem::getVirtualClass() in 15.module.item.php
Gets the class providing a virtual role
getVirtualModule
ModuleDB::getVirtualModule() in 15.module.db.php
Directly gets the first matching module for a given role
getVirtualModule
ModuleIndexer::getVirtualModule() in 15.module.indexer.php
Gets the module containing a class implementing a virtual role
getVirtualModules
ModuleDB::getVirtualModules() in 15.module.db.php
Directly gets all matching module for a given role
getVirtualModules
ModuleIndexer::getVirtualModules() in 15.module.indexer.php
Gets all modules containing classes implementing a virtual
getXPath
XML::getXPath() in 01.xml.php
Gets the static XPath instance for this document
i
top
index.php
index.php in index.php
$instance
ConfigGlobal::$instance in 11.config.global.php
Static configuration instance
$instance
ModuleDB::$instance in 15.module.db.php
Singleton instance storage
isLoaded
ModuleItem::isLoaded() in 15.module.item.php
Checks whether a module has been already loaded
k
top
key
ModuleDB::key() in 15.module.db.php
Gets the key of the overlay the iterator is pointing to
l
top
loader.php
loader.php in loader.php
last
ModuleOverlay::last() in 15.module.overlay.php
Returns the last element in the list
load
ModuleItem::load() in 15.module.item.php
Loads this module
m
top
ModuleClass
ModuleClass in 15.module.class.php
The objective representation of a class
ModuleDB
ModuleDB in 15.module.db.php
The Module Manager
ModuleException
ModuleException in 15.module.exception.php
Exception for usage in ModuleDB Components
ModuleIndexer
ModuleIndexer in 15.module.indexer.php
Module Indexer
ModuleItem
ModuleItem in 15.module.item.php
The objective representation of a Module
ModuleList
ModuleList in 15.module.list.php
Module storage
ModuleOverlay
ModuleOverlay in 15.module.overlay.php
Representation of a single module overlay
ModuleSearch
ModuleSearch in 15.module.search.php
Holds search conditions for module searches
n
top
next
ModuleOverlay::next() in 15.module.overlay.php
Returns the next overlay in the list
next
ModuleDB::next() in 15.module.db.php
Moves the iterator pointer to the next overlay
o
top
ORIG_PWD
ORIG_PWD in index.php
HTTP Request interface.
objectExists
CacheStorageMemcached::objectExists() in 06.cache.memcached.php
Checks whether an object exists in cache
objectExists
CacheManager::objectExists() in 05.cachemanager.php
Checks whether an object exists in cache
objectExists
CacheStorage::objectExists() in 04.cache.storage.php
Checks whether an object exists in cache
p
top
putCacheObject
CacheStorageMemcached::putCacheObject() in 06.cache.memcached.php
Stores an object in the cache
putCacheObject
CacheManager::putCacheObject() in 05.cachemanager.php
Stores an object in the cache
putCacheObject
CacheStorage::putCacheObject() in 04.cache.storage.php
Stores an object in the cache
provides
ModuleClass::provides() in 15.module.class.php
Checks whether this module provides a specified virtual module
provides
ModuleItem::provides() in 15.module.item.php
Checks whether this module contains a class that provides a specified virtual
providesClass
ModuleItem::providesClass() in 15.module.item.php
Checks whether this module contains a specified class
r
top
removeCacheObject
Removes the specified object from cache
removeCacheObject
CacheManager::removeCacheObject() in 05.cachemanager.php
Removes the specified object from cache
removeCacheObject
CacheStorage::removeCacheObject() in 04.cache.storage.php
Removes the specified object from cache
rewind
ModuleDB::rewind() in 15.module.db.php
Rewinds the iterator pointer to the first added overlay
s
top
SAT_DATADIR
SAT_DATADIR in loader.php
SAT_GLOBAL
SAT_GLOBAL in loader.php
This file contains the initialization routines for running a phpSATk application
SAT_INCLUDEDIR
SAT_INCLUDEDIR in config.php
SAT_LOCAL
SAT_LOCAL in config.php
Loader/core configuration
SAT_WEBROOT
SAT_WEBROOT in index.php
SAT_XML_URI
SAT_XML_URI in loader.php
setInstance
CacheManager::setInstance() in 05.cachemanager.php
Sets the used cached manager
save
XMLFile::save() in 02.xml.file.php
Saves the current XML-tree into a file.
schemaValidate
XML::schemaValidate() in 01.xml.php
Validate by using a XML schema definition file
v
top
valid
ModuleDB::valid() in 15.module.db.php
Iterator function
x
top
XML
XML in 01.xml.php
DOM Wrapper class
XMLFile
XMLFile in 02.xml.file.php
XML Wrapper for files
XMLString
XMLString in 02.xml.string.php
XML Wrapper for xml data in strings
XMLSubtree
XMLSubtree in 02.xml.subtree.php
Generates a new XML document out of a node
0
top
00.core.exception.php
00.core.exception.php in 00.core.exception.php
01.callback.php
01.callback.php in 01.callback.php
04.cache.storage.php
04.cache.storage.php in 04.cache.storage.php
05.cachemanager.php
05.cachemanager.php in 05.cachemanager.php
06.cache.memcached.php
06.cache.memcached.php in 06.cache.memcached.php
01.xml.php
01.xml.php in 01.xml.php
02.xml.file.php
02.xml.file.php in 02.xml.file.php
02.xml.string.php
02.xml.string.php in 02.xml.string.php
02.xml.subtree.php
02.xml.subtree.php in 02.xml.subtree.php
1
top
10.config.exception.php
10.config.exception.php in 10.config.exception.php
10.config.xml.php
10.config.xml.php in 10.config.xml.php
11.config.global.php
11.config.global.php in 11.config.global.php
15.module.class.php
15.module.class.php in 15.module.class.php
15.module.db.php
15.module.db.php in 15.module.db.php
15.module.exception.php
15.module.exception.php in 15.module.exception.php
15.module.indexer.php
15.module.indexer.php in 15.module.indexer.php
15.module.item.php
15.module.item.php in 15.module.item.php
15.module.list.php
15.module.list.php in 15.module.list.php
15.module.overlay.php
15.module.overlay.php in 15.module.overlay.php
15.module.search.php
15.module.search.php in 15.module.search.php
17.autoloader.php
17.autoloader.php in 17.autoloader.php
0 1 a b c d e f g i k l m n o p r s v x _