Table of Contents
Interfaces
- StartSynchronization
Methods
-
__construct()
: mixed
-
addStatusHandler()
: $this
-
addStatusHandlerList()
: $this
-
getStatusHandlerList()
: array<string|int, callable>
-
start()
: Connection|null
-
synchronize()
: array<string|int, mixed>
__construct()
public
__construct(Role $owner) : mixed
Parameters
-
$owner
: Role
-
addStatusHandler()
public
addStatusHandler(callable $handler) : $this
Parameters
-
$handler
: callable
-
addStatusHandlerList()
public
addStatusHandlerList(array<string|int, callable> $handlers) : $this
Parameters
-
$handlers
: array<string|int, callable>
-
getStatusHandlerList()
public
getStatusHandlerList() : array<string|int, callable>
Return values
array<string|int, callable>
start()
public
start() : Connection|null
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
Exception
-
throws
-
Throwable
synchronize()
public
synchronize() : array<string|int, mixed>
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<string|int, mixed>