Documentation

api_v3_APIWrapperTest_Impl
in package
implements API_Wrapper

Class api_v3_APIWrapperTest_Impl

Table of Contents

Interfaces

API_Wrapper
Interface API_Wrapper

Methods

fromApiInput()  : array<string|int, mixed>
Interface for interpreting api input.
toApiOutput()  : array<string|int, mixed>
Interface for interpreting api output.

Methods

fromApiInput()

Interface for interpreting api input.

public fromApiInput(mixed $apiRequest) : array<string|int, mixed>
Parameters
$apiRequest : mixed
Tags
inheritDoc
Return values
array<string|int, mixed>

modified $apiRequest

toApiOutput()

Interface for interpreting api output.

public toApiOutput(mixed $apiRequest, mixed $result) : array<string|int, mixed>
Parameters
$apiRequest : mixed
$result : mixed
Tags
inheritDoc
Return values
array<string|int, mixed>

modified $result


        
On this page

Search results