PHP Mini Documentation

ResponseHandler
in package
implements ResponseHandlerInterface

PHP Mini Framework

Tags
copyright

busarm.com

license

https://github.com/Busarm/php-mini/blob/master/LICENSE (MIT License)

Interfaces, Classes, Traits and Enums

ResponseHandlerInterface
PHP Mini Framework

Table of Contents

$data  : mixed
$format  : mixed
$version  : mixed
__construct()  : mixed
handle()  : ResponseInterface

Properties

Methods

__construct()

public __construct(mixed $data[, mixed $version = '1.1' ][, mixed $format = ResponseFormat::JSON ]) : mixed
Parameters
$data : mixed
$version : mixed = '1.1'
$format : mixed = ResponseFormat::JSON
Tags
Return values
mixed

        

Search results