Bitrix API

StartSyncController implements StartSynchronization uses HandleStatusTrait

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>

Methods

addStatusHandler()

public addStatusHandler(callable $handler) : $this
Parameters
$handler : callable
Return values
$this

addStatusHandlerList()

public addStatusHandlerList(array<string|int, callable> $handlers) : $this
Parameters
$handlers : array<string|int, callable>
Return values
$this

getStatusHandlerList()

public getStatusHandlerList() : array<string|int, callable>
Return values
array<string|int, callable>

start()

public start() : Connection|null
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
throws
Exception
throws
Throwable
Return values
Connection|null

synchronize()

public synchronize() : array<string|int, mixed>
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

        
On this page

Search results