org.puremvc.php.demos.basic.model.proxy
[ class tree: org.puremvc.php.demos.basic.model.proxy ] [ index: org.puremvc.php.demos.basic.model.proxy ] [ all elements ]

Class: ApplicationDataProxy

Source Location: /demos/basic/model/proxy/ApplicationDataProxy.php

Class Overview

Notifier
   |
   ..Proxy
      |
      ..ApplicationDataProxy

The ApplicationDataProxy manipulates the ApplicationDataVO which contains all of the general application data.


Constants

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: Proxy

Proxy::__construct()
Constructor
Proxy::getData()
Get the data object
Proxy::getProxyName()
Get the proxy name
Proxy::onRegister()
Called when the Model registers a Proxy.
Proxy::onRemove()
Called when the Model removes a Proxy.
Proxy::setData()
Set the data object

Class: Notifier

Notifier::__construct()
Notifier::sendNotification()

Class Details

[line 22]
The ApplicationDataProxy manipulates the ApplicationDataVO which contains all of the general application data.



[ Top ]


Class Methods


constructor __construct [line 29]

ApplicationDataProxy __construct( )

Constructor



Tags:

access:  public


Overrides Proxy::__construct() (Constructor)

[ Top ]

method getApplicationDataVO [line 64]

The getApplicationDataVO( )

Public getter for




Tags:

return:  instance of ApplicationDataVO
access:  public


[ Top ]

method loadCSS [line 38]

void loadCSS( $cssFileName)

Loads a CSS file selected from the index.php page and sends a notification when the data is complete.



Tags:

access:  public


Parameters:

   $cssFileName  

[ Top ]


Class Constants

NAME =  "ApplicationDataProxy"

[line 24]


[ Top ]



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