Documentation

VCTServer extends Server
in package

Table of Contents

Properties

$isRunning  : mixed
$lastId  : mixed
$userId  : mixed
$userName  : mixed

Methods

__construct()  : mixed
__destruct()  : 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

dispatchEvent()

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

fetchLastEvent()

public fetchLastEvent() : mixed

fetchNewEvents()

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

getStream()

public getStream() : mixed

init()

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

startRunning()

public startRunning() : mixed

        
On this page

Search results