[Amfphp_Plugins_Get] element index
Package indexes
Amfphp_Core
Amfphp_Core_Amf
Amfphp_Core_Amf_Types
Amfphp_Core_Common
Amfphp
Amfphp_Plugins_Authentication
Amfphp_Plugins_CharsetConverter
Amfphp_Plugins_CustomClassConverter
Amfphp_Plugins_ErrorHandler
Amfphp_Plugins_FlexMessaging
Amfphp_Plugins_Json
Amfphp_Plugins_Logger
AmfphpLogger
Amfphp_Plugins_ServiceBrowser
Amfphp_Services
Amfphp_Examples_ExampleService
Amfphp_Examples
Tests_Amfphp_Core_Amf
Tests_Amfphp_Core_Common
Tests_Amfphp_Core
Tests_Amfphp_Plugins_Authentication
Tests_Amfphp_Plugins_CharsetConverter
Tests_Amfphp_Plugins_CustomClassConverter
Tests_Amfphp_Plugins_FlexMessaging
Tests_Amfphp_Plugins_Logger
Tests
Tests_TestData
Tests_TestData_CustomClasses
Tests_TestData_Services
Tests_TestData_TestPlugins_DisabledPlugin
Tests_TestData_TestPlugins_DummyPlugin
All elements
a
c
d
f
h
r
s
_
_
top
__construct
AmfphpGet::__construct()
in AmfphpGet.php
constructor. Add filters on the HookManager.
a
top
AmfphpGet.php
AmfphpGet.php
in AmfphpGet.php
AmfphpGet
AmfphpGet
in AmfphpGet.php
Adds support for HTTP GET requests to services, useful for simple test calls and for cross domain ajax calls.
c
top
CONTENT_TYPE
AmfphpGet::CONTENT_TYPE
in AmfphpGet.php
the content-type string indicating a cross domain ajax call
d
top
deserialize
AmfphpGet::deserialize()
in AmfphpGet.php
f
top
filterHandler
AmfphpGet::filterHandler()
in AmfphpGet.php
If the content type contains the 'json' string, returns this plugin
filterHeaders
AmfphpGet::filterHeaders()
in AmfphpGet.php
sets return content type to json
h
top
handleDeserializedRequest
AmfphpGet::handleDeserializedRequest()
in AmfphpGet.php
Retrieve the serviceName, methodName and parameters from the PHP object
handleException
AmfphpGet::handleException()
in AmfphpGet.php
r
top
$returnErrorDetails
AmfphpGet::$returnErrorDetails
in AmfphpGet.php
s
top
serialize
AmfphpGet::serialize()
in AmfphpGet.php
Encode the PHP object returned from the service call into a JSON string
a
c
d
f
h
r
s
_