[MachII] element index

Package indexes

All elements
a b c d e f g h i l m n o p r s t v _
_
top
$_appLoader
MachII::$_appLoader in MachII.php
$_cache
MachII::$_cache in MachII.php
_cache
MachII::_cache() in MachII.php
Shutdown method for caching application loader.
_createEventCommand
Creates the appropriate event command from a raw event configuration.
_getAppManager
_getAppManager
_getAppRoot
_getBeanUtil
_getCurrentEventHandler
_getEventName
_getEventQueue
_getFullPath
_getRequestEventArgs
Merges global arrays into an associative array according to the configured "parameterPrecedence".
_getRequestEventVariablesOrder
The order that global arrays should be merged into event arguments.
_getViewContext
_handleEvent
Execute an event.
_handleNextEvent
Execute the next event in the queue
_incrementEventCount
_setAppManager
_setAppManager
_setBeanUtil
_setCurrentEventHandler
_setEventQueue
_setPreviousEvent
_setViewContext
_throwUsageException
_throwUsageException
__construct
__construct
__construct
__construct
__construct
__construct
__construct
Configure the application
__construct
__construct
__construct
Initalizes the event-context.
__construct
__construct
__construct
MachII::__construct() in MachII.php
Since this is a static class, block instantiation.
__construct
__construct
Constructor
__construct
__construct
__dispatch
_getAppend
_getArgName
_getArgValue
_getArgVariable
_getArgVariableValue
_getBeanFields
_getBeanName
_getBeanType
_getBeanUtil
_getContentKey
_getEventName
_getEventName
_getFilter
_getListener
_getMappingName
_getMethod
_getParamArgs
_getResultKey
_getViewName
_hasContentKey
_hasResultKey
_isArgValueDefined
_isArgVariableDefined
_isCopyEventArgs
_setAppend
_setArgName
_setArgValue
_setArgVariable
_setBeanFields
_setBeanName
_setBeanType
_setBeanUtil
_setContentKey
_setCopyEventArgs
_setEventName
_setEventName
_setFilter
_setListener
_setMappingName
_setMethod
_setParamArgs
_setResultKey
_setViewName
__construct
__construct
__construct
__construct
__construct
__construct
__construct
a
top
abortEvent
Aborts event processing
addCommand
Adds an event command to the event's command queue.
addFilter
addListener
addPlugin
announceEvent
Announce an Event
announceEvent
Announces a new event to the framework.
apiVersion
MachII::apiVersion() in MachII.php
Application programming interface version number
appLoader
MachII::appLoader() in MachII.php
Factory for creating a configured application loader.
AppFactory.php
AppFactory.php in AppFactory.php
AppLoader.php
AppLoader.php in AppLoader.php
AppManager.php
AppManager.php in AppManager.php
AnnounceCommand.php
AnnounceCommand.php in AnnounceCommand.php
b
top
BaseObject.php
BaseObject.php in BaseObject.php
c
top
cache
MachII::cache() in MachII.php
Factory for creating a caching application loader.
clearEventMappings
clearEventQueue
Clears the event queue.
configure
configure
Override to provide custom configuration logic.
configure
Configure all of the listeners.
configure
Configure all of the plugins.
configure
configure
configure
configure
Configure the property manager.
configure
Configure all of the filters
configure
configure
Override to provide custom configuration logic.
configure
Configure the component managers
configure
configure
createAppManager
Create an instance of the main application manager
createEvent
createEventContext
createException
createRequestHandler
d
top
displayView
displayView
Display an event's views
e
top
execute
executePluginPoint
EventArgsFilter.php
EventArgsFilter.php in EventArgsFilter.php
EventBeanFilter.php
EventBeanFilter.php in EventBeanFilter.php
EventCommand.php
EventCommand.php in EventCommand.php
EventContext.php
EventContext.php in EventContext.php
EventFilter.php
EventFilter.php in EventFilter.php
EventHandler.php
EventHandler.php in EventHandler.php
EventManager.php
EventManager.php in EventManager.php
Event.php
Event.php in Event.php
execute
execute
execute
execute
execute
execute
execute
EventArgCommand.php
EventArgCommand.php in EventArgCommand.php
EventBeanCommand.php
EventBeanCommand.php in EventBeanCommand.php
EventMappingCommand.php
EventMappingCommand.php in EventMappingCommand.php
en.php
en.php in en.php
f
top
filterEvent
filterEvent
filterEvent
Override to provide event filtering logic.
filterEvent
filterEvent
FilterManager.php
FilterManager.php in FilterManager.php
FilterCommand.php
FilterCommand.php in FilterCommand.php
g
top
getAccess
getAppFactory
getAppManager
Application manager
getAppManager
getAppManager
getAppManager
getAppManager
getAppManager
getAppManager
getAppManager
getAppManager
getAppManager
getArg
getArgs
getArgType
getConfigPath
getCurrentEvent
getEventCount
Returns the number of events that have been processed for this context.
getEventHandler
getEventManager
getEventMapping
getExceptionEventName
getFilter
getFilterManager
getInvoker
getLastReloadDate
getListener
getListenerManager
getMaxEvents
getName
getNextEvent
Peeks at the next event in the queue.
getParameter
getParameter
Gets a configuration parameter value, or a default value if not defined.
getParameters
Gets the full set of configuration parameters for the component.
getPlugin
getPluginManager
getPreviousEvent
Returns the previous handled event.
getProperties
getProperty
getProperty
Gets the specified property.
getProperty
Gets the specified property.
getPropertyManager
getRequestHandler
getUserPermissions
getViewManager
getViewPath
h
top
handleEvent
Executes the event's commands.
handleEventRequest
Handles the incoming event request.
handleException
Execute the registered exception event
handleException
Executes handleException() for each registered plugin.
handleException
Plugin point called when an exception occurs (before exception event is handled).
handleException
handleRequest
Entry point for handling an incoming request.
hasCurrentEvent
hasMoreEvents
Returns whether there is another event in the queue.
hasNextEvent
Returns whether there is another event in the queue.
hasParameter
Checks to see whether or not a configuration parameter is defined.
hasPreviousEvent
Returns whether or not getPreviousEvent() can be called to return an event.
hasProperty
i
top
invokeListener
isArgDefined
isEventDefined
isEventPublic
isFilterDefined
isListenerDefined
isParameterDefined
Checks to see whether or not a configuration parameter is defined.
isViewPathDefined
isBeanFieldsDefined
index.php
index.php in index.php
invokeListener
invokeListener
l
top
ListenerInvoker.php
ListenerInvoker.php in ListenerInvoker.php
ListenerManager.php
ListenerManager.php in ListenerManager.php
Listener.php
Listener.php in Listener.php
m
top
MachII
MachII in MachII.php
MachII provides a convenient interface to lower-level framework classes as well as some globally useful functions.
mach-ii.php
mach-ii.php in mach-ii.php
MachII.php
MachII.php in MachII.php
MACHII_CONFIG_RELOAD_ALWAYS
Always Reload
MACHII_CONFIG_RELOAD_DYNAMIC
Dynamic Reload
MACHII_CONFIG_RELOAD_NEVER
Never Reload
MACHII_EVENT_ACCESS_PRIVATE
MACHII_EVENT_ACCESS_PRIVATE in EventManager.php
Flag as an internal event, one that can only be called by Mach-II.
MACHII_EVENT_ACCESS_PUBLIC
MACHII_EVENT_ACCESS_PUBLIC in EventManager.php
Flag as a public event, one that may be called by a user.
MachII_filters_EventArgsFilter
MachII_filters_EventArgsFilter in EventArgsFilter.php
EventFilter class.
MachII_filters_EventBeanFilter
MachII_filters_EventBeanFilter in EventBeanFilter.php
EventFilter class.
MachII_filters_PermissionsFilter
MachII_filters_PermissionsFilter in PermissionsFilter.php
EventFilter class.
MachII_filters_RequiredFieldsFilter
MachII_filters_RequiredFieldsFilter in RequiredFieldsFilter.php
EventFilter class.
MachII_framework_AppFactory
MachII_framework_AppFactory in AppFactory.php
Factory class for creating instances of AppManager.
MachII_framework_AppLoader
Responsible for controlling loading/reloading of the AppManager.
MachII_framework_AppManager
MachII_framework_AppManager in AppManager.php
The main framework manager.
MachII_framework_BaseObject
MachII_framework_BaseObject in BaseObject.php
Mach-II Base Object
MachII_framework_Event
Mach-II Event
MachII_framework_EventCommand
MachII_framework_EventCommand in EventCommand.php
EventCommand class.
MachII_framework_EventContext
MachII_framework_EventContext in EventContext.php
Controls the event queue and event processing mechanism for a request/event lifecycle.
MachII_framework_EventFilter
MachII_framework_EventFilter in EventFilter.php
EventFilter class.
MachII_framework_EventHandler
MachII_framework_EventHandler in EventHandler.php
Handles processing of EventCommands for an Event.
MachII_framework_EventManager
MachII_framework_EventManager in EventManager.php
Manages registered EventHandlers for the framework.
MachII_framework_FilterManager
MachII_framework_FilterManager in FilterManager.php
Manages registered MachII_framework_EventFilters.
MachII_framework_Listener
Listener.
MachII_framework_ListenerInvoker
MachII_framework_ListenerInvoker in ListenerInvoker.php
Listener invoker
MachII_framework_ListenerManager
MachII_framework_ListenerManager in ListenerManager.php
Manages registered listeners.
MachII_framework_Plugin
Plugin.
MachII_framework_PluginManager
MachII_framework_PluginManager in PluginManager.php
Manages registered plugins.
MachII_framework_PropertyManager
MachII_framework_PropertyManager in PropertyManager.php
Manages defined properties.
MachII_framework_RequestHandler
MachII_framework_RequestHandler in RequestHandler.php
Handles request to event conversion.
MachII_framework_ViewContext
MachII_framework_ViewContext in ViewContext.php
Handles view display for a MachII_framework_EventContext.
MachII_framework_ViewManager
MachII_framework_ViewManager in ViewManager.php
Manages registered views.
MachII_plugins_SimplePlugin
MachII_plugins_SimplePlugin in SimplePlugin.php
MachII_framework_commands_AnnounceCommand
An EventCommand for announcing an event.
MachII_framework_commands_EventArgCommand
An EventCommand for putting an event arg into the current event.
MachII_framework_commands_EventBeanCommand
An EventCommand for creating and populating a bean in the current event.
MachII_framework_commands_EventMappingCommand
An EventCommand for setting up an event mapping for an event handler.
MachII_framework_commands_FilterCommand
An EventCommand for filtering events.
MachII_framework_commands_NotifyCommand
An EventCommand for processing an EventFilter.
MachII_framework_commands_ViewPageCommand
An EventCommand for processing an EventFilter.
MachII_framework_invokers_ObjectEvent
A MachII_framework_Invoker for calling a MachII_framework_Listener.
MachII_framework_invokers_ObjectEventArgs
A MachII_framework_Invoker for calling a MachII_framework_Listener.
n
top
NotifyCommand.php
NotifyCommand.php in NotifyCommand.php
o
top
ObjectEventArgs.php
ObjectEventArgs.php in ObjectEventArgs.php
ObjectEvent.php
ObjectEvent.php in ObjectEvent.php
p
top
PermissionsFilter.php
PermissionsFilter.php in PermissionsFilter.php
PluginManager.php
PluginManager.php in PluginManager.php
Plugin.php
Plugin.php in Plugin.php
PropertyManager.php
PropertyManager.php in PropertyManager.php
postEvent
postEvent
Executes after each event.
postEvent
postProcess
postProcess
postProcess
Executes once after processing events.
postView
Executes after each view.
postView
postView
preEvent
preEvent
preEvent
Executes before each event.
preProcess
preProcess
preProcess
Executes once before processing events.
preView
preView
preView
Executes before each view.
processEvents
Process Event Queue
r
top
RequiredFieldsFilter.php
RequiredFieldsFilter.php in RequiredFieldsFilter.php
RequestHandler.php
RequestHandler.php in RequestHandler.php
reloadConfig
Create a new application manager
removeArg
s
top
SimplePlugin.php
SimplePlugin.php in SimplePlugin.php
setAccess
setAppFactory
setAppManager
setAppManager
setAppManager
setAppManager
setAppManager
setAppManager
setAppManager
setAppManager
setAppManager
setArg
setArgs
setArgType
setConfigPath
Set the path and filename of the configuration file
setCurrentEvent
setEventManager
setEventMapping
setExceptionEventName
setFilterManager
setInvoker
setLastReloadDate
setListenerManager
setMaxEvents
setName
setParameter
setParameter
Sets a configuration parameter.
setParameters
Sets the full set of configuration parameters for the component.
setParameters
setPluginManager
setProperty
Sets the specified property.
setProperty
setProperty
Sets the specified property.
setPropertyManager
setViewManager
shouldReloadConfig
Determine if the configuration file should be reloaded
t
top
throwUsageException
v
top
ViewContext.php
ViewContext.php in ViewContext.php
ViewManager.php
ViewManager.php in ViewManager.php
validatePermissions
version
MachII::version() in MachII.php
Package version number
ViewPageCommand.php
ViewPageCommand.php in ViewPageCommand.php
a b c d e f g h i l m n o p r s t v _