Documentation

UnisonServer extends Server
in package

Table of Contents

Properties

$isRunning  : mixed
$lastId  : mixed

Methods

__construct()  : mixed
__destruct()  : mixed
_parseEvent()  : mixed
dispatchEvent()  : mixed
fetchLastEvent()  : mixed
fetchNewEvents()  : mixed
getStream()  : mixed
init()  : mixed
startRunning()  : mixed
stopRunning()  : mixed
install()  : mixed

Properties

$isRunning

public mixed $isRunning = false

Methods

__construct()

public __construct(mixed $serverName) : mixed
Parameters
$serverName : mixed

__destruct()

public __destruct() : mixed

_parseEvent()

public _parseEvent(array<string|int, mixed> &$event) : mixed
Parameters
$event : array<string|int, mixed>

dispatchEvent()

public dispatchEvent(mixed $type, mixed $data) : mixed
Parameters
$type : mixed
$data : mixed

fetchNewEvents()

public fetchNewEvents(mixed $lastId) : mixed
Parameters
$lastId : mixed

getStream()

public getStream() : mixed

init()

public init([mixed $lastId = null ]) : mixed
Parameters
$lastId : mixed = null

startRunning()

public startRunning() : mixed

stopRunning()

public stopRunning() : mixed

        
On this page

Search results