Nextcloud Circles API

TAsync

Table of Contents

$SETUP_TIME_LIMIT  : string
async()  : void
Hacky way to async the rest of the process without keeping client on hold.
asyncObj()  : void

Properties

$SETUP_TIME_LIMIT

public static string $SETUP_TIME_LIMIT = 'async_time_limit'

Methods

async()

Hacky way to async the rest of the process without keeping client on hold.

public async([string $result = '' ]) : void
Parameters
$result : string = ''
Return values
void

asyncObj()

public asyncObj(JsonSerializable $obj) : void
Parameters
$obj : JsonSerializable
Return values
void

Search results