App::setUuid

Usage

void App::setUuid(string $uuid)

Description

Set the UUID (eg. u:268) of the request.

Parameters

Parameter Required Type Description
$uuid Yes string The UUIS to set the request to

Examples

Set UUID


$uuid = 'u:883'; $app->setUuid($uid);

See Also