Documentation

AdapterInterface

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 here

phpcs:disable SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint


        
On this page

Search results