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

Element index for package org.puremvc.php.patterns.facade

[ c ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ r ] [ s ] [ v ] [ _ ]

_

__construct
in file Facade.php, method Facade::__construct()
    Constructor.
top

c

$controller
in file Facade.php, variable Facade::$controller
top

f

Facade
in file Facade.php, class Facade
    A base Singleton
implementation.
Facade.php
procedural page Facade.php
top

g

getInstance
in file Facade.php, method Facade::getInstance()
    Facade Singleton Factory method
top

h

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

i

$instance
in file Facade.php, variable Facade::$instance
initializeController
in file Facade.php, method Facade::initializeController()
    Initialize the
.
initializeFacade
in file Facade.php, method Facade::initializeFacade()
    Initialize the Singleton
instance.
initializeModel
in file Facade.php, method Facade::initializeModel()
    Initialize the
.
initializeView
in file Facade.php, method Facade::initializeView()
    Initialize the
.
top

m

$model
in file Facade.php, variable Facade::$model
top

n

notifyObservers
in file Facade.php, method Facade::notifyObservers()
    Notify
s.
top

r

registerCommand
in file Facade.php, method Facade::registerCommand()
    Register an
with the
by Notification name.
registerMediator
in file Facade.php, method Facade::registerMediator()
    Register a
with the
.
registerProxy
in file Facade.php, method Facade::registerProxy()
    Register an
with the
by name.
removeCommand
in file Facade.php, method Facade::removeCommand()
    Remove a previously registered
to
mapping from the Controller.
removeMediator
in file Facade.php, method Facade::removeMediator()
    Remove an
from the
.
removeProxy
in file Facade.php, method Facade::removeProxy()
    Remove an
from the
by name.
retrieveMediator
in file Facade.php, method Facade::retrieveMediator()
    Retrieve an
from the
.
retrieveProxy
in file Facade.php, method Facade::retrieveProxy()
    Retrieve an
from the
by name.
top

s

sendNotification
in file Facade.php, method Facade::sendNotification()
    Send an
.
top

v

$view
in file Facade.php, variable Facade::$view
top

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