\LiftKit\ResponseResponse

Response Object

This class represents the response to be returned, be it HTML, JSON, or otherwise.

Summary

Methods
Properties
Constants
__toString()
prepare()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__toString()

__toString() : string

__toString function.

Implicit conversion to string.

Returns

string

prepare()

prepare() : string

Prepares the Response to be sent.

Returns

string

render()

render() 

Renders processed output to stdout.