App::getClient

Usage

ClientInfo App::getClient()

Description


Return Value

Instance of the [ClientInterface](/docs/classes/app/base/client/clientinfo) class for the request.

Examples

Get Client


$client = $app->getClient();

See Also