org.puremvc.php.interfaces
[ class tree: org.puremvc.php.interfaces ] [ index: org.puremvc.php.interfaces ] [ all elements ]

Element index for package org.puremvc.php.interfaces

[ c ] [ e ] [ g ] [ h ] [ i ] [ l ] [ n ] [ o ] [ r ] [ s ] [ t ]

c

compareNotifyContext
in file IObserver.php, method IObserver::compareNotifyContext()
    Compare the given object to the notificaiton context object.
top

e

execute
in file ICommand.php, method ICommand::execute()
    Execute the
's logic to handle a given
.
executeCommand
in file IController.php, method IController::executeCommand()
    Execute the
previously registered as the handler for
s with the given notification name.
top

g

getBody
in file INotification.php, method INotification::getBody()
    Get the body of the
instance
getData
in file IProxy.php, method IProxy::getData()
    Get the data object
getMediatorName
in file IMediator.php, method IMediator::getMediatorName()
    Get the
instance name
getName
in file INotification.php, method INotification::getName()
    Get the name of the
instance.
getProxyName
in file IProxy.php, method IProxy::getProxyName()
    Get the Proxy name
getType
in file INotification.php, method INotification::getType()
    Get the type of the
instance
getViewComponent
in file IMediator.php, method IMediator::getViewComponent()
    Get the
's view component.
top

h

handleNotification
in file IMediator.php, method IMediator::handleNotification()
    Handle an
.
hasMediator
in file IView.php, method IView::hasMediator()
    Check to see if a Mediator is registered with the View.
hasMediator
in file IFacade.php, method IFacade::hasMediator()
    Check to see if a Mediator is registered with the View.
hasProxy
in file IFacade.php, method IFacade::hasProxy()
    Check to see if a Proxy is registered with the Model.
hasProxy
in file IModel.php, method IModel::hasProxy()
    Check to see if a Proxy is registered with the Model.
top

i

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.
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.
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
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.
top

l

listNotificationInterests
in file IMediator.php, method IMediator::listNotificationInterests()
    List
interests.
top

n

notifyObserver
in file IObserver.php, method IObserver::notifyObserver()
    Notify the interested object.
notifyObservers
in file IView.php, method IView::notifyObservers()
    Notify the
  1. IObservers
for a particular
.
notifyObservers
in file IFacade.php, method IFacade::notifyObservers()
    Notify
s of an
.
top

o

onRegister
in file IProxy.php, method IProxy::onRegister()
    Called when the Model registers a Proxy.
onRegister
in file IMediator.php, method IMediator::onRegister()
    Called when the View registers a Mediator.
onRemove
in file IProxy.php, method IProxy::onRemove()
    Called when the Model removes a Proxy.
onRemove
in file IMediator.php, method IMediator::onRemove()
    Called when the View removes a Mediator.
top

r

registerCommand
in file IFacade.php, method IFacade::registerCommand()
    Register an
with the
.
registerCommand
in file IController.php, method IController::registerCommand()
    Register a particular
class as the handler for a particular
.
registerMediator
in file IFacade.php, method IFacade::registerMediator()
    Register an
instance with the
.
registerMediator
in file IView.php, method IView::registerMediator()
    Register an
instance with the
.
registerObserver
in file IView.php, method IView::registerObserver()
    Register an
to be notified of
  1. INotifications
with a given name.
registerProxy
in file IFacade.php, method IFacade::registerProxy()
    Register an
with the
by name.
registerProxy
in file IModel.php, method IModel::registerProxy()
    Register an
instance with the
.
removeCommand
in file IController.php, method IController::removeCommand()
    Remove a previously registered
to
mapping.
removeMediator
in file IFacade.php, method IFacade::removeMediator()
    Remove a
instance from the
.
removeMediator
in file IView.php, method IView::removeMediator()
    Remove an
from the
.
removeProxy
in file IModel.php, method IModel::removeProxy()
    Remove an
instance from the Model.
removeProxy
in file IFacade.php, method IFacade::removeProxy()
    Remove an
instance from the
by name.
retrieveMediator
in file IView.php, method IView::retrieveMediator()
    Retrieve an
from the
.
retrieveMediator
in file IFacade.php, method IFacade::retrieveMediator()
    Retrieve an
instance from the
.
retrieveProxy
in file IFacade.php, method IFacade::retrieveProxy()
    Retrieve a
from the
by name.
retrieveProxy
in file IModel.php, method IModel::retrieveProxy()
    Retrieve an
instance from the Model.
top

s

sendNotification
in file INotifier.php, method INotifier::sendNotification()
    Send a
.
sendNotification
in file IFacade.php, method IFacade::sendNotification()
    Send a
.
setBody
in file INotification.php, method INotification::setBody()
    Set the body of the
instance
setData
in file IProxy.php, method IProxy::setData()
    Set the data object.
setNotifyContext
in file IObserver.php, method IObserver::setNotifyContext()
    Set the notification context.
setNotifyMethod
in file IObserver.php, method IObserver::setNotifyMethod()
    Set the notification method.
setType
in file INotification.php, method INotification::setType()
    Set the type of the
instance
setViewComponent
in file IMediator.php, method IMediator::setViewComponent()
    Set the
's view component.
top

t

toString
in file INotification.php, method INotification::toString()
    Get the string representation of the
instance
top

Documentation generated on Tue, 30 Sep 2008 08:05:41 -0700 by phpDocumentor 1.4.0