[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 231 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
RemoteObjectFunctionalTest:: (8 methods):
getXmlRpcAdapter()
getJsonRpcAdapter()
testXmlRpcMethodCalls()
testJsonRpcMethodCalls()
testJsonRpcPropertyReadAccess()
generateProxy()
getProxyMethods()
getPropertyAccessProxies()
Class: RemoteObjectFunctionalTest - X-Ref
Tests for {@see \ProxyManager\ProxyGenerator\RemoteObjectGenerator} produced objectsgetXmlRpcAdapter($expectedValue, $method, array $params) X-Ref |
param: mixed $expectedValue param: string $method param: array $params return: XmlRpcAdapter |
getJsonRpcAdapter($expectedValue, $method, array $params) X-Ref |
param: mixed $expectedValue param: string $method param: array $params return: JsonRpcAdapter |
testXmlRpcMethodCalls($instanceOrClassname, $method, $params, $expectedValue) X-Ref |
testJsonRpcMethodCalls($instanceOrClassname, $method, $params, $expectedValue) X-Ref |
testJsonRpcPropertyReadAccess($instanceOrClassname, $publicProperty, $propertyValue) X-Ref |
generateProxy($parentClassName) X-Ref |
Generates a proxy for the given class name, and retrieves its class name param: string $parentClassName return: string |
getProxyMethods() X-Ref |
Generates a list of object | invoked method | parameters | expected result return: array |
getPropertyAccessProxies() X-Ref |
Generates proxies and instances with a public property to feed to the property accessor methods return: array |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |