AdapterInterface
in
Remote Object adapter interface
Table of Contents
Methods
- call() : mixed
- Call remote object
Methods
call()
Call remote object
public
call(string $wrappedClass, string $method[, array<int, mixed> $params = [] ]) : mixed
Parameters
- $wrappedClass : string
- $method : string
- $params : array<int, mixed> = []
-
Due to BC compliance, we cannot add a native
: mixed
return type declaration herephpcs:disable SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint