Documentation

JoinTokens

Table of Contents

$manager  : string|null
The token managers can use to join the swarm.
$worker  : string|null
The token workers can use to join the swarm.
getManager()  : string|null
The token managers can use to join the swarm.
getWorker()  : string|null
The token workers can use to join the swarm.
setManager()  : self
The token managers can use to join the swarm.
setWorker()  : self
The token workers can use to join the swarm.

Properties

$manager

The token managers can use to join the swarm.

protected string|null $manager

$worker

The token workers can use to join the swarm.

protected string|null $worker

Methods

getManager()

The token managers can use to join the swarm.

public getManager() : string|null
Return values
string|null

getWorker()

The token workers can use to join the swarm.

public getWorker() : string|null
Return values
string|null

setManager()

The token managers can use to join the swarm.

public setManager(string|null $manager) : self
Parameters
$manager : string|null
Return values
self

setWorker()

The token workers can use to join the swarm.

public setWorker(string|null $worker) : self
Parameters
$worker : string|null
Return values
self

Search results