[Util] element index
Package indexes
MachII
Cache
All elements
a
b
c
d
e
g
i
l
m
p
q
r
s
_
_
top
__construct
MachII_util_ClassLoader::__construct()
in ClassLoader.php
Since this is a static class, block instantiation.
_localizeErrorMessage
MachII_util_Exception::_localizeErrorMessage()
in Exception.php
Retrieve the rendered error message from an error code and message or from an error object.
__construct
MachII_util_ListenerInvokerException::__construct()
in Exception.php
__construct
MachII_util_ListenerInvokerDispatchMapNotDefinedException::__construct()
in Exception.php
__construct
MachII_util_ListenerInvokerArgCountMismatchException::__construct()
in Exception.php
__construct
MachII_util_ListenerException::__construct()
in Exception.php
__construct
MachII_util_ListenerNotDefinedException::__construct()
in Exception.php
__construct
MachII_util_MaxEventsExceededException::__construct()
in Exception.php
__construct
MachII_util_ViewNotDefinedException::__construct()
in Exception.php
__construct
MachII_util_ViewException::__construct()
in Exception.php
__construct
MachII_util_PluginException::__construct()
in Exception.php
__construct
MachII_util_IsProcessingEventsException::__construct()
in Exception.php
__construct
MachII_util_AbortEventException::__construct()
in Exception.php
__construct
MachII_util_EventException::__construct()
in Exception.php
__construct
MachII_util_EventContextNotSetException::__construct()
in Exception.php
__construct
MachII_util_CacheInitException::__construct()
in Exception.php
__construct
MachII_util_EventFilterException::__construct()
in Exception.php
__construct
MachII_util_EventFilterNotDefinedException::__construct()
in Exception.php
__construct
MachII_util_Exception::__construct()
in Exception.php
Constructor
__construct
MachII_util_EventIsPrivateException::__construct()
in Exception.php
__construct
MachII_util_EventHandlerNotDefinedException::__construct()
in Exception.php
__construct
MachII_util_CacheException::__construct()
in Exception.php
__construct
MachII_util_SizedQueue::__construct()
in SizedQueue.php
Initializes the queue.
a
top
addPath
MachII_util_ClassLoader::addPath()
in ClassLoader.php
Store the path.
b
top
BeanUtil.php
BeanUtil.php
in BeanUtil.php
c
top
createBean
MachII_util_BeanUtil::createBean()
in BeanUtil.php
Creates a bean.
ClassLoader.php
ClassLoader.php
in ClassLoader.php
clear
MachII_util_Queue::clear()
in Queue.php
Clears the queue.
d
top
describeBean
MachII_util_BeanUtil::describeBean()
in BeanUtil.php
Returns an associative array of bean properties/values based on getters.
e
top
Exception.php
Exception.php
in Exception.php
g
top
getBeanField
MachII_util_BeanUtil::getBeanField()
in BeanUtil.php
Returns the value of a field.
getClassName
MachII_util_ClassLoader::getClassName()
in ClassLoader.php
Translate a dot notation classname to PEAR-style with underscores.
getWebRoot
MachII_util_ClassLoader::getWebRoot()
in ClassLoader.php
Attempt to discover the document root.
getContext
MachII_util_Exception::getContext()
in Exception.php
getDetail
MachII_util_Exception::getDetail()
in Exception.php
Detail of the exception.
getErrorCode
MachII_util_Exception::getErrorCode()
in Exception.php
The exception's error code.
getExtendedInfo
MachII_util_Exception::getExtendedInfo()
in Exception.php
String representation of the backtrace.
getType
MachII_util_Exception::getType()
in Exception.php
The exception class name.
get
MachII_util_Queue::get()
in Queue.php
Dequeues and returns the next item in the queue.
getMaxSize
MachII_util_SizedQueue::getMaxSize()
in SizedQueue.php
Returns the maximum size of the queue.
getSize
MachII_util_Queue::getSize()
in Queue.php
Returns the size of the queue (number of elements).
i
top
isEmpty
MachII_util_Queue::isEmpty()
in Queue.php
Returns whether or not the queue is empty.
isFull
MachII_util_SizedQueue::isFull()
in SizedQueue.php
Returns whether or not the queue is full.
l
top
load
MachII_util_ClassLoader::load()
in ClassLoader.php
Load a class file.
m
top
MachII_util_BeanUtil
MachII_util_BeanUtil
in BeanUtil.php
A utility class for working with bean components.
MachII_util_ClassLoader
MachII_util_ClassLoader
in ClassLoader.php
Used for loading other classes.
makePath
MachII_util_ClassLoader::makePath()
in ClassLoader.php
Determine the absolute path of a classfile.
MACHII_ERROR
MACHII_ERROR
in Exception.php
Error Codes
MACHII_ERROR_ABORT_EVENT
MACHII_ERROR_ABORT_EVENT
in Exception.php
Error Codes
MACHII_ERROR_ABORT_EVENT_EXCEPTION
MACHII_ERROR_ABORT_EVENT_EXCEPTION
in Exception.php
Error Codes
MACHII_ERROR_CACHE_INIT
MACHII_ERROR_CACHE_INIT
in Exception.php
Error Codes
MACHII_ERROR_CUSTOM
MACHII_ERROR_CUSTOM
in Exception.php
Error Codes
MACHII_ERROR_EVENT_CONTEXT_NOT_SET
MACHII_ERROR_EVENT_CONTEXT_NOT_SET
in Exception.php
Error Codes
MACHII_ERROR_EVENT_FILTER
MACHII_ERROR_EVENT_FILTER
in Exception.php
Error Codes
MACHII_ERROR_EVENT_FILTER_NOT_DEFINED
MACHII_ERROR_EVENT_FILTER_NOT_DEFINED
in Exception.php
Error Codes
MACHII_ERROR_EVENT_HANDLER_NOT_DEFINED
MACHII_ERROR_EVENT_HANDLER_NOT_DEFINED
in Exception.php
Error Codes
MACHII_ERROR_EVENT_IS_PRIVATE
MACHII_ERROR_EVENT_IS_PRIVATE
in Exception.php
Error Codes
MACHII_ERROR_IS_PROCESSING_EVENTS
MACHII_ERROR_IS_PROCESSING_EVENTS
in Exception.php
Error Codes
MACHII_ERROR_LISTENER_INVOKER_ARG_COUNT_MISMATCH
MACHII_ERROR_LISTENER_INVOKER_ARG_COUNT_MISMATCH
in Exception.php
Error Codes
MACHII_ERROR_LISTENER_INVOKER_DISPATCH_MAP_NOT_DEFINED
MACHII_ERROR_LISTENER_INVOKER_DISPATCH_MAP_NOT_DEFINED
in Exception.php
Error Codes
MACHII_ERROR_LISTENER_NOT_DEFINED
MACHII_ERROR_LISTENER_NOT_DEFINED
in Exception.php
Error Codes
MACHII_ERROR_MAX_EVENTS_EXCEEDED
MACHII_ERROR_MAX_EVENTS_EXCEEDED
in Exception.php
Error Codes
MACHII_ERROR_PLUGIN
MACHII_ERROR_PLUGIN
in Exception.php
Error Codes
MACHII_ERROR_VIEW_NOT_DEFINED
MACHII_ERROR_VIEW_NOT_DEFINED
in Exception.php
Error Codes
MachII_util_AbortEventException
MachII_util_AbortEventException
in Exception.php
MachII_util_CacheException
MachII_util_CacheException
in Exception.php
MachII_util_CacheInitException
MachII_util_CacheInitException
in Exception.php
MachII_util_EventContextNotSetException
MachII_util_EventContextNotSetException
in Exception.php
MachII_util_EventException
MachII_util_EventException
in Exception.php
MachII_util_EventFilterException
MachII_util_EventFilterException
in Exception.php
MachII_util_EventFilterNotDefinedException
MachII_util_EventFilterNotDefinedException
in Exception.php
MachII_util_EventHandlerNotDefinedException
MachII_util_EventHandlerNotDefinedException
in Exception.php
MachII_util_EventIsPrivateException
MachII_util_EventIsPrivateException
in Exception.php
MachII_util_Exception
MachII_util_Exception
in Exception.php
Mach-II Exception
MachII_util_IsProcessingEventsException
MachII_util_IsProcessingEventsException
in Exception.php
MachII_util_ListenerException
MachII_util_ListenerException
in Exception.php
MachII_util_ListenerInvokerArgCountMismatchException
MachII_util_ListenerInvokerArgCountMismatchException
in Exception.php
MachII_util_ListenerInvokerDispatchMapNotDefinedException
MachII_util_ListenerInvokerDispatchMapNotDefinedException
in Exception.php
MachII_util_ListenerInvokerException
MachII_util_ListenerInvokerException
in Exception.php
MachII_util_ListenerNotDefinedException
MachII_util_ListenerNotDefinedException
in Exception.php
MachII_util_MaxEventsExceededException
MachII_util_MaxEventsExceededException
in Exception.php
MachII_util_PluginException
MachII_util_PluginException
in Exception.php
MachII_util_ViewException
MachII_util_ViewException
in Exception.php
MachII_util_ViewNotDefinedException
MachII_util_ViewNotDefinedException
in Exception.php
MachII_util_Queue
MachII_util_Queue
in Queue.php
MachII_util_SizedQueue
MachII_util_SizedQueue
in SizedQueue.php
A specialization of Queue to limit size.
p
top
peek
MachII_util_Queue::peek()
in Queue.php
Peeks the next item in the queue without removing it.
put
MachII_util_SizedQueue::put()
in SizedQueue.php
Queues the item.
put
MachII_util_Queue::put()
in Queue.php
Queues the item.
q
top
Queue.php
Queue.php
in Queue.php
r
top
restore
MachII_util_ClassLoader::restore()
in ClassLoader.php
Load an array of class files.
s
top
setBeanField
MachII_util_BeanUtil::setBeanField()
in BeanUtil.php
Sets the value of a field in a bean.
setBeanFields
MachII_util_BeanUtil::setBeanFields()
in BeanUtil.php
Sets the values of fields in a bean.
singleton
MachII_util_ClassLoader::singleton()
in ClassLoader.php
The storage container.
SizedQueue.php
SizedQueue.php
in SizedQueue.php
setMaxSize
MachII_util_SizedQueue::setMaxSize()
in SizedQueue.php
Sets the maximum size of the queue.
a
b
c
d
e
g
i
l
m
p
q
r
s
_