[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ v ] [ _ ]

a

addSubCommand
in file MacroCommand.php, method MacroCommand::addSubCommand()
    Add a SubCommand.
top

b

$body
in file Notification.php, variable Notification::$body
    The body of the notification instance
top

c

$commandMap
in file Controller.php, variable Controller::$commandMap
    Mapping of Notification names to Command Class references
$context
in file Observer.php, variable Observer::$context
$controller
in file Facade.php, variable Facade::$controller
    The controller instance for this Core
compareNotifyContext
in file Observer.php, method Observer::compareNotifyContext()
    Compare the given object to the notificaiton context object.
compareNotifyContext
in file IObserver.php, method IObserver::compareNotifyContext()
    Compare the given object to the notificaiton context object.
Controller
in file Controller.php, class Controller
    A Multiton IController implementation.
Controller.php
procedural page Controller.php
top

d

$data
in file Proxy.php, variable Proxy::$data
    The data object managed by the proxy
top

e

execute
in file SimpleCommand.php, method SimpleCommand::execute()
    Fulfill the use-case initiated by the given INotification.
execute
in file ICommand.php, method ICommand::execute()
    Execute Command
execute
in file MacroCommand.php, method MacroCommand::execute()
    Execute this MacroCommand's SubCommands.
executeCommand
in file IController.php, method IController::executeCommand()
    Execute Command
executeCommand
in file Controller.php, method Controller::executeCommand()
    Execute Command
top

f

facade
in file Notifier.php, method Notifier::facade()
    Return the Multiton Facade instance
Facade
in file Facade.php, class Facade
    A base Multiton IFacade implementation.
Facade.php
procedural page Facade.php
top

g

getBody
in file INotification.php, method INotification::getBody()
    Body getter
getBody
in file Notification.php, method Notification::getBody()
    Body getter
getData
in file IProxy.php, method IProxy::getData()
    Data getter
getData
in file Proxy.php, method Proxy::getData()
    Data getter
getInstance
in file Facade.php, method Facade::getInstance()
    Facade Multiton Factory method
getInstance
in file Model.php, method Model::getInstance()
    Model Factory method.
getInstance
in file View.php, method View::getInstance()
    View Factory method.
getInstance
in file Controller.php, method Controller::getInstance()
    Controller Factory method.
getMediatorName
in file Mediator.php, method Mediator::getMediatorName()
    Get Mediator Name
getMediatorName
in file IMediator.php, method IMediator::getMediatorName()
    Get Mediator Name
getName
in file Notification.php, method Notification::getName()
    Name getter
getName
in file INotification.php, method INotification::getName()
    Name getter
getNotifyContext
in file Observer.php, method Observer::getNotifyContext()
    Get the notification context.
getNotifyMethod
in file Observer.php, method Observer::getNotifyMethod()
    Get the notification method.
getProxyName
in file Proxy.php, method Proxy::getProxyName()
    Get the Proxy name
getProxyName
in file IProxy.php, method IProxy::getProxyName()
    Get the Proxy name
getType
in file Notification.php, method Notification::getType()
    Type getter
getType
in file INotification.php, method INotification::getType()
    Type getter
getViewComponent
in file Mediator.php, method Mediator::getViewComponent()
    Get View Component
getViewComponent
in file IMediator.php, method IMediator::getViewComponent()
    Get View Component
top

h

handleNotification
in file IMediator.php, method IMediator::handleNotification()
    Handle Notification
handleNotification
in file Mediator.php, method Mediator::handleNotification()
    Handle Notification
hasCommand
in file Controller.php, method Controller::hasCommand()
    Has Command
hasCommand
in file IFacade.php, method IFacade::hasCommand()
    Has Command
hasCommand
in file IController.php, method IController::hasCommand()
    Has Command
hasCommand
in file Facade.php, method Facade::hasCommand()
    Has Command
hasCore
in file Facade.php, method Facade::hasCore()
    Check if a Core is registered or not
hasMediator
in file IView.php, method IView::hasMediator()
    Has Mediator
hasMediator
in file View.php, method View::hasMediator()
    Has Mediator
hasMediator
in file IFacade.php, method IFacade::hasMediator()
    Has Mediator
hasMediator
in file Facade.php, method Facade::hasMediator()
    Has Mediator
hasProxy
in file Model.php, method Model::hasProxy()
    Has Proxy
hasProxy
in file Facade.php, method Facade::hasProxy()
    Has Proxy
hasProxy
in file IFacade.php, method IFacade::hasProxy()
    Has Proxy
hasProxy
in file IModel.php, method IModel::hasProxy()
    Has Proxy
top

i

$instanceMap
in file Controller.php, variable Controller::$instanceMap
    The Multiton instances stack
$instanceMap
in file Facade.php, variable Facade::$instanceMap
    The Multiton Facade instances stack.
$instanceMap
in file Model.php, variable Model::$instanceMap
    The Multiton instances stack
$instanceMap
in file View.php, variable View::$instanceMap
    The Multiton instances stack
ICommand
in file ICommand.php, class ICommand
    The interface definition for a PureMVC Command.
IController
in file IController.php, class IController
    The interface definition for a PureMVC Controller.
IFacade
in file IFacade.php, class IFacade
    The interface definition for a PureMVC Facade.
IMediator
in file IMediator.php, class IMediator
    The interface definition for a PureMVC Mediator.
IModel
in file IModel.php, class IModel
    The interface definition for a PureMVC Model.
initializeController
in file Controller.php, method Controller::initializeController()
    Initialize the instance.
initializeController
in file Facade.php, method Facade::initializeController()
    Initialize the Controller.
initializeFacade
in file Facade.php, method Facade::initializeFacade()
    Initialize the Facade instance.
initializeMacroCommand
in file MacroCommand.php, method MacroCommand::initializeMacroCommand()
    Initialize the MacroCommand.
initializeModel
in file Model.php, method Model::initializeModel()
    Initialize the Model instance.
initializeModel
in file Facade.php, method Facade::initializeModel()
    Initialize the Model.
initializeNotifier
in file Notifier.php, method Notifier::initializeNotifier()
    Initialize this INotifier instance.
initializeNotifier
in file INotifier.php, method INotifier::initializeNotifier()
    Initialize this INotifier instance.
initializeNotifier
in file Facade.php, method Facade::initializeNotifier()
    Set the Multiton key for this facade instance.
initializeView
in file View.php, method View::initializeView()
    Initialize the Singleton View instance.
initializeView
in file Facade.php, method Facade::initializeView()
    Initialize the View.
INotification
in file INotification.php, class INotification
    The interface definition for a PureMVC Notification.
INotifier
in file INotifier.php, class INotifier
    The interface definition for a PureMVC Notifier.
IObserver
in file IObserver.php, class IObserver
    The interface definition for a PureMVC Observer.
IProxy
in file IProxy.php, class IProxy
    The interface definition for a PureMVC Proxy.
IView
in file IView.php, class IView
    The interface definition for a PureMVC View.
ICommand.php
procedural page ICommand.php
IController.php
procedural page IController.php
IFacade.php
procedural page IFacade.php
IMediator.php
procedural page IMediator.php
IModel.php
procedural page IModel.php
INotification.php
procedural page INotification.php
INotifier.php
procedural page INotifier.php
IObserver.php
procedural page IObserver.php
IProxy.php
procedural page IProxy.php
IView.php
procedural page IView.php
top

l

listNotificationInterests
in file Mediator.php, method Mediator::listNotificationInterests()
    List Notifications Interests.
listNotificationInterests
in file IMediator.php, method IMediator::listNotificationInterests()
    List Notifications Interests.
top

m

$mediatorMap
in file View.php, variable View::$mediatorMap
    Mapping of mediatorNames to IMediator references
$mediatorName
in file Mediator.php, variable Mediator::$mediatorName
    the mediator name
$model
in file Facade.php, variable Facade::$model
    The model instance for this Core
$multitonKey
in file View.php, variable View::$multitonKey
    The Multiton Key for this Core
$multitonKey
in file Controller.php, variable Controller::$multitonKey
    The Multiton Key for this Core
$multitonKey
in file Model.php, variable Model::$multitonKey
    The Multiton Key for this Core
$multitonKey
in file Facade.php, variable Facade::$multitonKey
    The Multiton Key for this Core
$multitonKey
in file Notifier.php, variable Notifier::$multitonKey
    The Multiton Key for this Core
MacroCommand
in file MacroCommand.php, class MacroCommand
    A base ICommand implementation that executes other ICommands.
Mediator
in file Mediator.php, class Mediator
    A base IMediator implementation.
Model
in file Model.php, class Model
    A Multiton IModel implementation.
MULTITON_MSG
in file Notifier.php, class constant Notifier::MULTITON_MSG
    Define the message content for the inexistant instance exception
MULTITON_MSG
in file Facade.php, class constant Facade::MULTITON_MSG
    Define the message content for the duplicate instance exception
MULTITON_MSG
in file View.php, class constant View::MULTITON_MSG
    Define the message content for the duplicate instance exception
MULTITON_MSG
in file Controller.php, class constant Controller::MULTITON_MSG
    Define the message content for the duplicate instance exception
MULTITON_MSG
in file Model.php, class constant Model::MULTITON_MSG
    Define the message content for the duplicate instance exception
Model.php
procedural page Model.php
MacroCommand.php
procedural page MacroCommand.php
Mediator.php
procedural page Mediator.php
top

n

$name
in file Notification.php, variable Notification::$name
    Name of the notification instance
$notify
in file Observer.php, variable Observer::$notify
    The notification (callback) method name
NAME
in file Proxy.php, class constant Proxy::NAME
    Define the default name of the proxy
NAME
in file Mediator.php, class constant Mediator::NAME
    The default name of the Mediator.
Notification
in file Notification.php, class Notification
    A base INotification implementation.
Notifier
in file Notifier.php, class Notifier
    A Base
implementation.
notifyObserver
in file IObserver.php, method IObserver::notifyObserver()
    Notify the interested object.
notifyObserver
in file Observer.php, method Observer::notifyObserver()
    Notify the interested object.
notifyObservers
in file Facade.php, method Facade::notifyObservers()
    Notify Observers.
notifyObservers
in file View.php, method View::notifyObservers()
    Notify Observers
notifyObservers
in file IView.php, method IView::notifyObservers()
    Notify Observers
notifyObservers
in file IFacade.php, method IFacade::notifyObservers()
    Notify Observers.
Notification.php
procedural page Notification.php
Notifier.php
procedural page Notifier.php
top

o

$observerMap
in file View.php, variable View::$observerMap
    Mapping of Notification names to Observer lists
Observer
in file Observer.php, class Observer
    A base
implementation.
onRegister
in file IMediator.php, method IMediator::onRegister()
    onRegister event
onRegister
in file Mediator.php, method Mediator::onRegister()
    onRegister event
onRegister
in file IProxy.php, method IProxy::onRegister()
    onRegister event
onRegister
in file Proxy.php, method Proxy::onRegister()
    onRegister event
onRemove
in file Proxy.php, method Proxy::onRemove()
    onRemove event Called by the Model when the Proxy is removed
onRemove
in file Mediator.php, method Mediator::onRemove()
    onRemove event
onRemove
in file IMediator.php, method IMediator::onRemove()
    onRemove event
onRemove
in file IProxy.php, method IProxy::onRemove()
    onRemove event Called by the Model when the Proxy is removed
Observer.php
procedural page Observer.php
top

p

$proxyMap
in file Model.php, variable Model::$proxyMap
    Mapping of proxyNames to IProxy references
$proxyName
in file Proxy.php, variable Proxy::$proxyName
    The name of the proxy
Proxy.php
procedural page Proxy.php
Proxy
in file Proxy.php, class Proxy
    A base IProxy implementation.
top

r

registerCommand
in file IController.php, method IController::registerCommand()
    Register Command
registerCommand
in file Facade.php, method Facade::registerCommand()
    Register Command
registerCommand
in file Controller.php, method Controller::registerCommand()
    Register Command
registerCommand
in file IFacade.php, method IFacade::registerCommand()
    Register Command
registerMediator
in file IFacade.php, method IFacade::registerMediator()
    Register Mediator
registerMediator
in file IView.php, method IView::registerMediator()
    Register Mediator
registerMediator
in file Facade.php, method Facade::registerMediator()
    Register Mediator
registerMediator
in file View.php, method View::registerMediator()
    Register Mediator
registerObserver
in file IView.php, method IView::registerObserver()
    Register Observer
registerObserver
in file View.php, method View::registerObserver()
    Register Observer
registerProxy
in file Model.php, method Model::registerProxy()
    Register Proxy
registerProxy
in file Facade.php, method Facade::registerProxy()
    Register Proxy
registerProxy
in file IFacade.php, method IFacade::registerProxy()
    Register Proxy
registerProxy
in file IModel.php, method IModel::registerProxy()
    Register Proxy
removeCommand
in file Facade.php, method Facade::removeCommand()
    Remove Command
removeCommand
in file IController.php, method IController::removeCommand()
    Remove Command
removeCommand
in file Controller.php, method Controller::removeCommand()
    Remove Command
removeCommand
in file IFacade.php, method IFacade::removeCommand()
    Remove Command
removeController
in file Controller.php, method Controller::removeController()
    Remove controller
removeCore
in file Facade.php, method Facade::removeCore()
    Remove a Core.
removeMediator
in file IFacade.php, method IFacade::removeMediator()
    Remove Mediator
removeMediator
in file Facade.php, method Facade::removeMediator()
    Remove Mediator
removeMediator
in file IView.php, method IView::removeMediator()
    Remove Mediator
removeMediator
in file View.php, method View::removeMediator()
    Remove Mediator
removeModel
in file Model.php, method Model::removeModel()
    Remove Model
removeObserver
in file View.php, method View::removeObserver()
    Remove Observer
removeObserver
in file IView.php, method IView::removeObserver()
    Remove Observer
removeProxy
in file IFacade.php, method IFacade::removeProxy()
    Remove Proxy
removeProxy
in file Model.php, method Model::removeProxy()
    Remove Proxy
removeProxy
in file IModel.php, method IModel::removeProxy()
    Remove Proxy
removeProxy
in file Facade.php, method Facade::removeProxy()
    Remove Proxy
removeView
in file View.php, method View::removeView()
    Remove View
retrieveMediator
in file IView.php, method IView::retrieveMediator()
    Retreive Mediator
retrieveMediator
in file Facade.php, method Facade::retrieveMediator()
    Retreive Mediator
retrieveMediator
in file View.php, method View::retrieveMediator()
    Retreive Mediator
retrieveMediator
in file IFacade.php, method IFacade::retrieveMediator()
    Retreive Mediator
retrieveProxy
in file Model.php, method Model::retrieveProxy()
    Retreive Proxy
retrieveProxy
in file IModel.php, method IModel::retrieveProxy()
    Retreive Proxy
retrieveProxy
in file Facade.php, method Facade::retrieveProxy()
    Retreive Proxy
retrieveProxy
in file IFacade.php, method IFacade::retrieveProxy()
    Retreive Proxy
top

s

$subCommands
in file MacroCommand.php, variable MacroCommand::$subCommands
SimpleCommand.php
procedural page SimpleCommand.php
sendNotification
in file INotifier.php, method INotifier::sendNotification()
    Send a INotification.
sendNotification
in file Notifier.php, method Notifier::sendNotification()
    Send a INotification.
sendNotification
in file Facade.php, method Facade::sendNotification()
    Create and send an INotification.
setBody
in file INotification.php, method INotification::setBody()
    Body setter
setBody
in file Notification.php, method Notification::setBody()
    Body setter
setData
in file IProxy.php, method IProxy::setData()
    Data setter
setData
in file Proxy.php, method Proxy::setData()
    Data setter
setNotifyContext
in file Observer.php, method Observer::setNotifyContext()
    Set the notification context.
setNotifyContext
in file IObserver.php, method IObserver::setNotifyContext()
    Set the notification context.
setNotifyMethod
in file Observer.php, method Observer::setNotifyMethod()
    Set the notification method.
setNotifyMethod
in file IObserver.php, method IObserver::setNotifyMethod()
    Set the notification method.
setType
in file Notification.php, method Notification::setType()
    Type setter
setType
in file INotification.php, method INotification::setType()
    Type setter
setViewComponent
in file Mediator.php, method Mediator::setViewComponent()
    Set View Component
setViewComponent
in file IMediator.php, method IMediator::setViewComponent()
    Set View Component
SimpleCommand
in file SimpleCommand.php, class SimpleCommand
    A base ICommand implementation.
top

t

$type
in file Notification.php, variable Notification::$type
    The type of the notification instance
toString
in file Notification.php, method Notification::toString()
    String representation
toString
in file INotification.php, method INotification::toString()
    String representation
top

v

$view
in file Facade.php, variable Facade::$view
    The view instance for this Core
$view
in file Controller.php, variable Controller::$view
    The view instance for this Core
$viewComponent
in file Mediator.php, variable Mediator::$viewComponent
    The view component
View.php
procedural page View.php
View
in file View.php, class View
    A Multiton IView implementation.
top

_

__construct
in file Observer.php, method Observer::__construct()
    Constructor.
__construct
in file Proxy.php, method Proxy::__construct()
    Constructor
__construct
in file SimpleCommand.php, method SimpleCommand::__construct()
    Constructor.
__construct
in file View.php, method View::__construct()
    Constructor.
__construct
in file Notifier.php, method Notifier::__construct()
__construct
in file Notification.php, method Notification::__construct()
    Constructor.
__construct
in file Facade.php, method Facade::__construct()
    Instance constructor
__construct
in file MacroCommand.php, method MacroCommand::__construct()
    Constructor.
__construct
in file Mediator.php, method Mediator::__construct()
    Constructor.
__construct
in file Model.php, method Model::__construct()
    Instance constructor
__construct
in file Controller.php, method Controller::__construct()
    Instance constructor
top

Documentation generated on Mon, 03 Aug 2009 04:57:50 +0000 by phpDocumentor 1.4.2