util 
[ doc home ] [ class tree: util ] [ index: util ] [ all elements ]

Element index for package util

[ a ] [ c ] [ d ] [ f ] [ g ] [ h ] [ i ] [ l ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

__sleep
in file IsterObject.php, method IsterObject::__sleep()
    Executed prior to serialize().
__wakeup
in file IsterObject.php, method IsterObject::__wakeup()
    Executed prior to unserialize().
top

a

abstractMethodError
in file IsterObject.php, method IsterObject::abstractMethodError()
    Report attempt to call an abstract method.
add
in file IsterQueue.php, method IsterQueue::add()
    Add an item to the queue.
add
in file IsterTree.php, method IsterTree::add()
    Add an element as a child of $path.
addAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::addAttribute()
    depricated
addAttributeReference
in file IsterAttributeSet.php, method IsterAttributeSet::addAttributeReference()
    depricated
addAttributesArray
in file IsterAttributeSet.php, method IsterAttributeSet::addAttributesArray()
    depricated
addInstance
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::addInstance()
    Add an instance to the register.
addLogger
in file IsterObject.php, method IsterObject::addLogger()
    Add an IsterLogger to process log messages.
apply
in file IsterFilterOwner.php, method IsterFilterOwner::apply()
    Apply all filters in order of definition.
apply
in file IsterBufferFilter.php, method IsterBufferFilter::apply()
    Apply the filter to a given buffer.
top

c

$cap
in file IsterCapability.php, variable IsterCapability::$cap
    Bitmask.
$checker
in file IsterFilterOwner.php, variable IsterFilterOwner::$checker
$counter
in file IsterQueue.php, variable IsterQueue::$counter
callbackDefined
in file IsterMethodCaller.php, method IsterMethodCaller::callbackDefined()
    Check whether a callback has been registered.
checkRessource
in file IsterRessourceChecker.php, method IsterRessourceChecker::checkRessource()
    Check the ressource and report error on owner if check failed.
clean
in file IsterQueue.php, method IsterQueue::clean()
cloneCallbacks
in file IsterMethodCaller.php, method IsterMethodCaller::cloneCallbacks()
    Clone the registered methods of the given $object into $this.
compareClass
in file IsterObjectChecker.php, method IsterObjectChecker::compareClass()
    Compare the owner class with the class of another object.
compareClassStrict
in file IsterObjectChecker.php, method IsterObjectChecker::compareClassStrict()
    Compare the owner class with the class of another object, strict.
count
in file IsterQueue.php, method IsterQueue::count()
top

d

del
in file IsterTree.php, method IsterTree::del()
    Delete the element at $path.
delete
in file IsterAttributeSet.php, method IsterAttributeSet::delete()
    Delete all attributes.
deleteAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::deleteAttribute()
    Delete an aAttribute.
deleteFilter
in file IsterFilterOwner.php, method IsterFilterOwner::deleteFilter()
    Delete a filter.
deleteLogger
in file IsterObject.php, method IsterObject::deleteLogger()
    Delete an already registered IsterLogger.
dump
in file IsterTree.php, method IsterTree::dump()
    Return array of path value pairs.
top

f

$fh
in file IsterLoggerFile.php, variable IsterLoggerFile::$fh
    Filehandle (stream, file, pipe, socket)
free
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::free()
    Free this object.
top

g

get
in file IsterTree.php, method IsterTree::get()
    Get the content of the node at $path.
getArray
in file IsterDate.php, method IsterDate::getArray()
    Get an array representation of this date with the keys as numbers.
getAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::getAttribute()
    Get the value of an attribute.
getAttributeNames
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributeNames()
    Return an array containing the names of all attributes.
getAttributeReference
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributeReference()
    Get the reference value of an attribute.
getAttributesArray
in file IsterAttributeSet.php, method IsterAttributeSet::getAttributesArray()
    Get all attributes.
getCallbacks
in file IsterMethodCaller.php, method IsterMethodCaller::getCallbacks()
    Fetch an array containing definitions of the registered callbacks.
getCounter
in file IsterQueue.php, method IsterQueue::getCounter()
getFilter
in file IsterFilterOwner.php, method IsterFilterOwner::getFilter()
    Get a filter.
getFilterNames
in file IsterFilterOwner.php, method IsterFilterOwner::getFilterNames()
    Get an array with all filter names.
getFormatted
in file IsterDate.php, method IsterDate::getFormatted()
    Get this dateg formatted according to string.
getLevelStr
in file IsterLogger.php, method IsterLogger::getLevelStr()
    Return a string representation of the log level.
getLoggerNames
in file IsterObject.php, method IsterObject::getLoggerNames()
    Fetch the names of all currently registered IsterLoggers.
getMem
in file IsterObject.php, method IsterObject::getMem()
    Return maximum amount of memory an application has allocated at this point.
getName
in file IsterBufferFilter.php, method IsterBufferFilter::getName()
    Get the name of this filter.
getName
in file IsterNamedAttributeSet.php, method IsterNamedAttributeSet::getName()
    Get the name of the attribute set.
getNamedArray
in file IsterDate.php, method IsterDate::getNamedArray()
    Get an array representation of this date with the keys as strings.
getNext
in file IsterQueueFIFO.php, method IsterQueueFIFO::getNext()
    Get next item.
getNext
in file IsterQueueFILO.php, method IsterQueueFILO::getNext()
    Get next item.
getNextInstance
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::getNextInstance()
    Return next instance with a specified method defined.
getRealPath
in file IsterFileLocator.php, method IsterFileLocator::getRealPath()
    Find the first existing file matching $filename in $includepath.
getRealPathIgnoreCase
in file IsterFileLocator.php, method IsterFileLocator::getRealPathIgnoreCase()
    Get real path of a file, but ignore case.
getRegister
in file IsterMethodProxy.php, method IsterMethodProxy::getRegister()
    Get the register.
getSQL
in file IsterDate.php, method IsterDate::getSQL()
    Return this date as an SQL datetime string
getSQLDate
in file IsterDate.php, method IsterDate::getSQLDate()
    Return this date as an SQL date string.
getSQLTime
in file IsterDate.php, method IsterDate::getSQLTime()
    Return this date as an SQL time string
getUnix
in file IsterDate.php, method IsterDate::getUnix()
    Return this date as a Unix timestamp.
top

h

hasAlias
in file IsterMethodProxy.php, method IsterMethodProxy::hasAlias()
    Check if an alias has been registerd.
hasAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::hasAttribute()
    Check whether an attribute has been set.
hasCap
in file IsterCapability.php, method IsterCapability::hasCap()
    Check reader for a capability.
hasFilters
in file IsterFilterOwner.php, method IsterFilterOwner::hasFilters()
    Return number of filters.
hasMethod
in file IsterMethodProxy.php, method IsterMethodProxy::hasMethod()
    Check if a method has been registerd.
top

i

IsterAttributeSet.php
procedural page IsterAttributeSet.php
IsterBufferFilter.php
procedural page IsterBufferFilter.php
IsterCapability.php
procedural page IsterCapability.php
IsterClassLoader.php
procedural page IsterClassLoader.php
IsterDate.php
procedural page IsterDate.php
IsterFileLocator.php
procedural page IsterFileLocator.php
IsterFilterOwner.php
procedural page IsterFilterOwner.php
IsterLoggerDbx.php
procedural page IsterLoggerDbx.php
IsterLoggerDebug.php
procedural page IsterLoggerDebug.php
IsterLoggerFile.php
procedural page IsterLoggerFile.php
IsterLoggerMysql.php
procedural page IsterLoggerMysql.php
IsterLoggerPostgresql.php
procedural page IsterLoggerPostgresql.php
IsterLoggerStd.php
procedural page IsterLoggerStd.php
IsterLogger.php
procedural page IsterLogger.php
IsterMethodCaller.php
procedural page IsterMethodCaller.php
IsterMethodProxyRegister.php
procedural page IsterMethodProxyRegister.php
IsterMethodProxy.php
procedural page IsterMethodProxy.php
IsterNamedAttributeSet.php
procedural page IsterNamedAttributeSet.php
IsterObjectChecker.php
procedural page IsterObjectChecker.php
IsterObject.php
procedural page IsterObject.php
IsterQueueFIFO.php
procedural page IsterQueueFIFO.php
IsterQueueFILO.php
procedural page IsterQueueFILO.php
IsterQueue.php
procedural page IsterQueue.php
IsterRessourceChecker.php
procedural page IsterRessourceChecker.php
IsterTree.php
procedural page IsterTree.php
invoke
in file IsterMethodProxy.php, method IsterMethodProxy::invoke()
    Same as invokeNext() but the queue is reset each time the function is called.
invokeCallbackMethod
in file IsterMethodCaller.php, method IsterMethodCaller::invokeCallbackMethod()
    Invoke a registered callback method.
invokeNext
in file IsterMethodProxy.php, method IsterMethodProxy::invokeNext()
    Invoke a registered method at a subsequent object instance.
isGregorian
in file IsterDate.php, method IsterDate::isGregorian()
    Checks whether this date is a valid gregorian date.
isSubclassOf
in file IsterObjectChecker.php, method IsterObjectChecker::isSubclassOf()
    Check whether $object is an instance of a subclass of the class given with $check.
IsterAttributeSet
in file IsterAttributeSet.php, class IsterAttributeSet
    An object having attributes.
IsterAttributeSet
in file IsterAttributeSet.php, method IsterAttributeSet::IsterAttributeSet()
    Constructor
IsterBufferFilter
in file IsterBufferFilter.php, class IsterBufferFilter
    This class represents a filter to apply to a buffer.
IsterBufferFilter
in file IsterBufferFilter.php, method IsterBufferFilter::IsterBufferFilter()
    Constructor
IsterCapability
in file IsterCapability.php, class IsterCapability
    This class represents capabilities.
IsterCapability
in file IsterCapability.php, method IsterCapability::IsterCapability()
    Constructor
IsterClassLoader
in file IsterClassLoader.php, method IsterClassLoader::IsterClassLoader()
IsterClassLoader
in file IsterClassLoader.php, class IsterClassLoader
    This class represents a class loader.
IsterDate
in file IsterDate.php, class IsterDate
    This class represents a date.
IsterDate
in file IsterDate.php, method IsterDate::IsterDate()
    Constructor
IsterFileLocator
in file IsterFileLocator.php, method IsterFileLocator::IsterFileLocator()
    Constructor
IsterFileLocator
in file IsterFileLocator.php, class IsterFileLocator
    Locate a file inside of a *nix style path.
IsterFilterOwner
in file IsterFilterOwner.php, method IsterFilterOwner::IsterFilterOwner()
    Constructor
IsterFilterOwner
in file IsterFilterOwner.php, class IsterFilterOwner
    This class represents an owner of certain IsterBufferFilter objects.
IsterLogger
in file IsterLogger.php, method IsterLogger::IsterLogger()
    Constructor
IsterLogger
in file IsterLogger.php, class IsterLogger
    The base class of IsterLoggers.
IsterLoggerDbx
in file IsterLoggerDbx.php, class IsterLoggerDbx
    This class represents a log writer.
IsterLoggerDebug
in file IsterLoggerDebug.php, class IsterLoggerDebug
    This class represents a log writer.
IsterLoggerDebug
in file IsterLoggerDebug.php, method IsterLoggerDebug::IsterLoggerDebug()
    Constructor
IsterLoggerFile
in file IsterLoggerFile.php, class IsterLoggerFile
    This class represents a log writer.
IsterLoggerFile
in file IsterLoggerFile.php, method IsterLoggerFile::IsterLoggerFile()
    Constructor
IsterLoggerMysql
in file IsterLoggerMysql.php, class IsterLoggerMysql
    This class represents a log writer.
IsterLoggerMysql
in file IsterLoggerDbx.php, method IsterLoggerDbx::IsterLoggerMysql()
    Constructor
IsterLoggerMysql
in file IsterLoggerMysql.php, method IsterLoggerMysql::IsterLoggerMysql()
    Constructor
IsterLoggerPostgresql
in file IsterLoggerPostgresql.php, class IsterLoggerPostgresql
    This class represents a log writer.
IsterLoggerPostgresql
in file IsterLoggerPostgresql.php, method IsterLoggerPostgresql::IsterLoggerPostgresql()
    Constructor
IsterLoggerStd
in file IsterLoggerStd.php, class IsterLoggerStd
    This class represents a log writer.
IsterLoggerStd
in file IsterLoggerStd.php, method IsterLoggerStd::IsterLoggerStd()
    Constructor
IsterMethodCaller
in file IsterMethodCaller.php, method IsterMethodCaller::IsterMethodCaller()
    Constructor
IsterMethodCaller
in file IsterMethodCaller.php, class IsterMethodCaller
    An object capable to register and invoke callback methods.
IsterMethodProxy
in file IsterMethodProxy.php, class IsterMethodProxy
    This class represents a method proxy.
IsterMethodProxy
in file IsterMethodProxy.php, method IsterMethodProxy::IsterMethodProxy()
    Constructor
IsterMethodProxyRegister
in file IsterMethodProxyRegister.php, class IsterMethodProxyRegister
    This class represents a register of objects.
IsterMethodProxyRegister
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::IsterMethodProxyRegister()
    Constructor
IsterNamedAttributeSet
in file IsterNamedAttributeSet.php, class IsterNamedAttributeSet
    This class represents a named attribute set
IsterNamedAttributeSet
in file IsterNamedAttributeSet.php, method IsterNamedAttributeSet::IsterNamedAttributeSet()
    Constructor
IsterObject
in file IsterObject.php, method IsterObject::IsterObject()
    Constructor
IsterObject
in file IsterObject.php, class IsterObject
    Base class of Ister Framework.
IsterObjectChecker
in file IsterObjectChecker.php, class IsterObjectChecker
    Compare two objects.
IsterObjectChecker
in file IsterObjectChecker.php, method IsterObjectChecker::IsterObjectChecker()
    Constructor
IsterQueue
in file IsterQueue.php, method IsterQueue::IsterQueue()
    Constructor
IsterQueue
in file IsterQueue.php, class IsterQueue
    This class represents a queue.
IsterQueueFIFO
in file IsterQueueFIFO.php, method IsterQueueFIFO::IsterQueueFIFO()
    Constructor
IsterQueueFIFO
in file IsterQueueFIFO.php, class IsterQueueFIFO
    This class represents a FIFO queue.
IsterQueueFILO
in file IsterQueueFILO.php, method IsterQueueFILO::IsterQueueFILO()
    Constructor
IsterQueueFILO
in file IsterQueueFILO.php, class IsterQueueFILO
    This class represents a FILO queue.
IsterRessourceChecker
in file IsterRessourceChecker.php, class IsterRessourceChecker
    This class represents a checker for ressources.
IsterRessourceChecker
in file IsterRessourceChecker.php, method IsterRessourceChecker::IsterRessourceChecker()
    Constructor
IsterTree
in file IsterTree.php, method IsterTree::IsterTree()
    Constructor
IsterTree
in file IsterTree.php, class IsterTree
    This class represents a directory like (not binary) tree.
ISTER_DEBUG_NOTICE
in file IsterLogger.php, constant ISTER_DEBUG_NOTICE
ISTER_TREE_INORDER
in file IsterTree.php, constant ISTER_TREE_INORDER
    in-order traversal (currently not implemented)
ISTER_TREE_LEVELORDER
in file IsterTree.php, constant ISTER_TREE_LEVELORDER
    level-order traversal
ISTER_TREE_POSTORDER
in file IsterTree.php, constant ISTER_TREE_POSTORDER
    post-order traversal
ISTER_TREE_PREORDER
in file IsterTree.php, constant ISTER_TREE_PREORDER
    pre-order traversal
isTime
in file IsterDate.php, method IsterDate::isTime()
    Checks whether this date has a valid time.
isValid
in file IsterDate.php, method IsterDate::isValid()
top

l

$loglevel
in file IsterLogger.php, variable IsterLogger::$loglevel
    Bitmask of loglevel.
lastError
in file IsterMethodProxy.php, method IsterMethodProxy::lastError()
    Read the last error.
load
in file IsterClassLoader.php, method IsterClassLoader::load()
    Load the class declaration with the given name.
log
in file IsterLoggerStd.php, method IsterLoggerStd::log()
    Print a line to standard output.
log
in file IsterObject.php, method IsterObject::log()
    Trigger a log message.
log
in file IsterLoggerPostgresql.php, method IsterLoggerPostgresql::log()
    Write a log entry.
log
in file IsterLoggerFile.php, method IsterLoggerFile::log()
    Write a line to the logfile.
log
in file IsterLogger.php, method IsterLogger::log()
    Print the log message.
log
in file IsterLoggerDbx.php, method IsterLoggerDbx::log()
    Write a log entry.
log
in file IsterLoggerDebug.php, method IsterLoggerDebug::log()
    Write a line to the log file including ressource usage.
log
in file IsterLoggerMysql.php, method IsterLoggerMysql::log()
    Write a log entry.
top

n

$name
in file IsterBufferFilter.php, variable IsterBufferFilter::$name
    Name of this object.
top

o

order
in file IsterTree.php, method IsterTree::order()
    Get the leaf nodes of the tree as an one dimensional array.
top

p

passPHPmessage
in file IsterObject.php, method IsterObject::passPHPmessage()
    Catch PHP E_WARNING and E_NOTICE messages.
top

q

$queue
in file IsterQueue.php, variable IsterQueue::$queue
top

r

register
in file IsterMethodProxy.php, method IsterMethodProxy::register()
    Register an object's methods to the proxy.
registerAlias
in file IsterMethodProxy.php, method IsterMethodProxy::registerAlias()
    Register an alias for a method.
registerCallbackMethod
in file IsterMethodCaller.php, method IsterMethodCaller::registerCallbackMethod()
    Register a callback method.
registerObject
in file IsterMethodCaller.php, method IsterMethodCaller::registerObject()
    Register methods of an object instance.
reset
in file IsterQueue.php, method IsterQueue::reset()
    Reset the queue.
reset
in file IsterMethodProxyRegister.php, method IsterMethodProxyRegister::reset()
    Reset a queue for a given method.
reset
in file IsterMethodProxy.php, method IsterMethodProxy::reset()
    Reset the queue for a given method.
top

s

serialize
in file IsterObject.php, method IsterObject::serialize()
    Serialize the object.
set
in file IsterTree.php, method IsterTree::set()
    Set the content of the node at path.
setArray
in file IsterDate.php, method IsterDate::setArray()
    Initialize this date with an array.
setAttribute
in file IsterAttributeSet.php, method IsterAttributeSet::setAttribute()
    Set a new attribute or overwrite an already existing attribute.
setAttributeReference
in file IsterAttributeSet.php, method IsterAttributeSet::setAttributeReference()
    Set an attribute and store only a reference of the attribute.
setAttributesArray
in file IsterAttributeSet.php, method IsterAttributeSet::setAttributesArray()
    Set an array of key value pairs, each pair an attribute.
setFilter
in file IsterFilterOwner.php, method IsterFilterOwner::setFilter()
    Add an IsterBufferFilter.
setLogLocal
in file IsterObject.php, method IsterObject::setLogLocal()
    Set logging local for the current object.
setRegister
in file IsterMethodProxy.php, method IsterMethodProxy::setRegister()
    Set the register.
setSQL
in file IsterDate.php, method IsterDate::setSQL()
    Initialize this date with an SQL DATETIME string.
setUnix
in file IsterDate.php, method IsterDate::setUnix()
    Set the internal timestamp of this to the given unix time or initialize with current time if no time is given.
setup
in file IsterLogger.php, method IsterLogger::setup()
    Setup the logger.
setup
in file IsterLoggerDbx.php, method IsterLoggerDbx::setup()
    Setup the logger.
setup
in file IsterLoggerMysql.php, method IsterLoggerMysql::setup()
    Setup the logger.
setup
in file IsterLoggerPostgresql.php, method IsterLoggerPostgresql::setup()
    Setup the logger.
setupLogger
in file IsterObject.php, method IsterObject::setupLogger()
    Setup a logger.
top

t

test
in file IsterTree.php, method IsterTree::test()
    Test if node exists in tree.
triggerError
in file IsterObject.php, method IsterObject::triggerError()
    Alias for log();
top

u

unserialize
in file IsterObject.php, method IsterObject::unserialize()
    Unserialize the object.
top

Documentation generated on Tue, 20 Dec 2005 11:20:15 +0100 by phpDocumentor 1.3.0RC4