App::setArea
Usage
void App::setArea(string $area)Description
Set the area of the request.Parameters
Parameter | Required | Type | Description |
---|---|---|---|
$area | Yes | string | The area to set the request to (eg. public, members, admin) or any other areas that have been developed into the system. |
Examples
Set Area
$app->setArea('members');