Todo List
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
Located in /PhpExt/Data/MemoryProxy.php [line 25]
PhpExt_Object | --PhpExt_Observable | --PhpExt_Data_DataProxy | --PhpExt_Data_MemoryProxy
Methods
Inherited From PhpExt_Observable
PhpExt_Observable::$_listeners
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
Inherited From PhpExt_Data_DataProxy
PhpExt_Data_DataProxy::__construct()
PhpExt_Observable::__construct() PhpExt_Observable::attachListener() Adds a PhpExt_Listener to the specified $eventName. This lintener will execute when the Javascript object fires that event. PhpExt_Observable::getConfigParams() PhpExt_Observable::getListeners()
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Data_MemoryProxy __construct( )