Connection implements EntityInterface
Table of Contents
Interfaces
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
stringgetId()
public
getId() : int|null
Return values
int|nullgetLastSyncTime()
public
getLastSyncTime() : Date|null
Return values
Date|nullgetName()
public
getName() : string|null
Return values
string|nullgetNextSyncTry()
public
getNextSyncTry() : Date|null
Return values
Date|nullgetOwner()
public
getOwner() : Role|null
Return values
Role|nullgetSectionCollection()
public
getSectionCollection() : SectionCollection
Return values
SectionCollectiongetServer()
public
getServer() : Server
Return values
ServergetServiceName()
public
getServiceName() : string
Return values
stringgetStatus()
public
getStatus() : string
Return values
stringgetSyncStatus()
public
getSyncStatus() : string
Return values
stringgetToken()
public
getToken() : string|null
Return values
string|nullgetVendor()
public
getVendor() : VendorInterface
Return values
VendorInterfacehasName()
public
hasName() : bool
Return values
boolisDeleted()
public
isDeleted() : bool
Return values
boolsetCreator()
public
setCreator(Role|null $creator) : self
Parameters
- $creator : Role|null
Return values
selfsetDeleted()
public
setDeleted(bool $deleted) : $this
Parameters
- $deleted : bool
Return values
$thissetId()
public
setId(int|null $id) : Connection
Parameters
- $id : int|null
Return values
ConnectionsetLastSyncTime()
public
setLastSyncTime(Date|null $time) : Connection
Parameters
- $time : Date|null
Return values
ConnectionsetName()
public
setName(string $name) : Connection
Parameters
- $name : string
Return values
ConnectionsetNextSyncTry()
public
setNextSyncTry(Date|null $nextSyncTryTime) : Connection
Parameters
- $nextSyncTryTime : Date|null
Return values
ConnectionsetOwner()
public
setOwner(Role $owner) : Connection
Parameters
- $owner : Role
Return values
ConnectionsetSectionCollection()
public
setSectionCollection(SectionCollection $sectionCollection) : Connection
Parameters
- $sectionCollection : SectionCollection
Return values
ConnectionsetServer()
public
setServer(Server $server) : $this
Parameters
- $server : Server
Return values
$thissetServiceName()
public
setServiceName(string $name) : $this
Parameters
- $name : string
Return values
$thissetStatus()
public
setStatus(string|null $status) : $this
Parameters
- $status : string|null
Return values
$thissetSyncStatus()
public
setSyncStatus(string|null $syncStatus) : $this
Parameters
- $syncStatus : string|null
Return values
$thissetToken()
public
setToken(string|null $token) : $this
Parameters
- $token : string|null
Return values
$thissetVendor()
public
setVendor(VendorInterface $vendor) : $this
Parameters
- $vendor : VendorInterface