Documentation

pm_Hook_ApiRpc
in package
implements pm_Hook_Interface

Hook for processing remote API-RPC requests

Tags
since
17.0

Interfaces, Classes and Traits

pm_Hook_Interface
Generic interface for hooks

Table of Contents

call()  : array<string|int, mixed>
Execute API-RPC request to extension

Methods

call()

Execute API-RPC request to extension

public abstract call(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Tags
throws
pm_Exception
Return values
array<string|int, mixed>

Search results