Bitrix API

Connection implements EntityInterface

Table of Contents

Interfaces

EntityInterface

Methods

getAccountType()  : string
getId()  : int|null
getLastSyncTime()  : Date|null
getName()  : string|null
getNextSyncTry()  : Date|null
getOwner()  : Role|null
getSectionCollection()  : SectionCollection
getServer()  : Server
getServiceName()  : string
getStatus()  : string
getSyncStatus()  : string
getToken()  : string|null
getVendor()  : VendorInterface
hasName()  : bool
isDeleted()  : bool
setCreator()  : self
setDeleted()  : $this
setId()  : Connection
setLastSyncTime()  : Connection
setName()  : Connection
setNextSyncTry()  : Connection
setOwner()  : Connection
setSectionCollection()  : Connection
setServer()  : $this
setServiceName()  : $this
setStatus()  : $this
setSyncStatus()  : $this
setToken()  : $this
setVendor()  : $this

Methods

getAccountType()

public getAccountType() : string
Return values
string

getId()

public getId() : int|null
Return values
int|null

getName()

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

getServiceName()

public getServiceName() : string
Return values
string

getStatus()

public getStatus() : string
Return values
string

getSyncStatus()

public getSyncStatus() : string
Return values
string

getToken()

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

hasName()

public hasName() : bool
Return values
bool

isDeleted()

public isDeleted() : bool
Return values
bool

setCreator()

public setCreator(Role|null $creator) : self
Parameters
$creator : Role|null
Return values
self

setDeleted()

public setDeleted(bool $deleted) : $this
Parameters
$deleted : bool
Return values
$this

setServiceName()

public setServiceName(string $name) : $this
Parameters
$name : string
Return values
$this

setStatus()

public setStatus(string|null $status) : $this
Parameters
$status : string|null
Return values
$this

setSyncStatus()

public setSyncStatus(string|null $syncStatus) : $this
Parameters
$syncStatus : string|null
Return values
$this

setToken()

public setToken(string|null $token) : $this
Parameters
$token : string|null
Return values
$this

        
On this page

Search results