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

Element index for package org.puremvc.php.core

[ c ] [ e ] [ g ] [ h ] [ i ] [ m ] [ n ] [ o ] [ p ] [ r ] [ v ]

c

$commandMap
in file Controller.php, variable Controller::$commandMap
Controller
in file Controller.php, class Controller
    A Singleton
implementation.
Controller.php
procedural page Controller.php
top

e

executeCommand
in file Controller.php, method Controller::executeCommand()
    If an
has previously been registered to handle a the given
, then it is executed.
top

g

getInstance
in file View.php, method View::getInstance()
    View Singleton Factory method.
getInstance
in file Model.php, method Model::getInstance()
    
Singleton Factory method.
getInstance
in file Controller.php, method Controller::getInstance()
    
Singleton Factory method.
top

h

hasCommand
in file Controller.php, method Controller::hasCommand()
    Check if a Command is registered for a given Notification
hasMediator
in file View.php, method View::hasMediator()
    Check to see if a Mediator is registered with the View.
hasProxy
in file Model.php, method Model::hasProxy()
    Check to see if a Proxy is registered with the Model.
top

i

$instance
in file View.php, variable View::$instance
$instance
in file Controller.php, variable Controller::$instance
$instance
in file Model.php, variable Model::$instance
initializeController
in file Controller.php, method Controller::initializeController()
    Initialize the Singleton
instance.
initializeModel
in file Model.php, method Model::initializeModel()
    Initialize the Singleton
instance.
initializeView
in file View.php, method View::initializeView()
    Initialize the Singleton View instance.
top

m

$mediatorMap
in file View.php, variable View::$mediatorMap
Model.php
procedural page Model.php
Model
in file Model.php, class Model
    A Singleton
implementation.
top

n

notifyObservers
in file View.php, method View::notifyObservers()
    Notify the
  1. IObservers
for a particular
.
top

o

$observerMap
in file View.php, variable View::$observerMap
top

p

$proxyMap
in file Model.php, variable Model::$proxyMap
top

r

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

v

$view
in file Controller.php, variable Controller::$view
View.php
procedural page View.php
View
in file View.php, class View
    A Singleton
implementation.
top

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