$callbackClass
$callbackClass : string
Loads a local class and executes the instantiation of that class.
$_resourceLoader : \Zend_Loader_PluginLoader_Interface
setMapping(string $asClassName, string $phpClassName) : void
Map PHP class names to ActionScript class names
Allows users to map the class names of there action script classes to the equivelent php class name. Used in deserialization to load a class and serialiation to set the class name of the returned object.
string | $asClassName | |
string | $phpClassName |
setResourceLoader(\Zend_Loader_PluginLoader_Interface $loader)
Set loader for resource type handlers
\Zend_Loader_PluginLoader_Interface | $loader |