SectionConnection implements EntityInterface
Table of Contents
Interfaces
Methods
- getConnection() : Connection|null
- getId() : int
- getLastSyncDate() : DateTime|null
- getLastSyncStatus() : string
- getOwner() : Role|null
- getPageToken() : string|null
- getSection() : Section
- getSyncToken() : string|null
- getVendorSectionId() : string|null
- getVersionId() : string|null
- isActive() : bool
- isNew() : bool
- isPrimary() : bool
- save() : $this
- setActive() : SectionConnection
- setConnection() : $this
- setId() : $this
- setLastSyncDate() : $this
- setLastSyncStatus() : SectionConnection
- setOwner() : $this
- setPageToken() : $this
- setPrimary() : SectionConnection
- setSection() : SectionConnection
- setSyncToken() : $this
- setVendorSectionId() : SectionConnection
- setVersionId() : SectionConnection
Methods
getConnection()
public
getConnection() : Connection|null
Return values
Connection|nullgetId()
public
getId() : int
Return values
intgetLastSyncDate()
public
getLastSyncDate() : DateTime|null
Return values
DateTime|nullgetLastSyncStatus()
public
getLastSyncStatus() : string
Return values
stringgetOwner()
public
getOwner() : Role|null
Return values
Role|nullgetPageToken()
public
getPageToken() : string|null
Return values
string|nullgetSection()
public
getSection() : Section
Return values
SectiongetSyncToken()
public
getSyncToken() : string|null
Return values
string|nullgetVendorSectionId()
public
getVendorSectionId() : string|null
Return values
string|nullgetVersionId()
public
getVersionId() : string|null
Return values
string|nullisActive()
public
isActive() : bool
Return values
boolisNew()
public
isNew() : bool
Return values
boolisPrimary()
public
isPrimary() : bool
Return values
boolsave()
public
save() : $this
you should not use this method
Tags
Return values
$thissetActive()
public
setActive(bool $active) : SectionConnection
Parameters
- $active : bool
Return values
SectionConnectionsetConnection()
public
setConnection(Connection|null $connection) : $this
Parameters
- $connection : Connection|null
Return values
$thissetId()
public
setId(int $id) : $this
Parameters
- $id : int
Return values
$thissetLastSyncDate()
public
setLastSyncDate(Date|null $lastSyncDate) : $this
Parameters
- $lastSyncDate : Date|null
Return values
$thissetLastSyncStatus()
public
setLastSyncStatus(string|null $lastSyncStatus) : SectionConnection
Parameters
- $lastSyncStatus : string|null
Return values
SectionConnectionsetOwner()
public
setOwner(Role|null $owner) : $this
Parameters
- $owner : Role|null
Return values
$thissetPageToken()
public
setPageToken(string|null $token) : $this
Parameters
- $token : string|null
Return values
$thissetPrimary()
public
setPrimary(bool $primary) : SectionConnection
Parameters
- $primary : bool
Return values
SectionConnectionsetSection()
public
setSection(Section|null $section) : SectionConnection
Parameters
- $section : Section|null
Return values
SectionConnectionsetSyncToken()
public
setSyncToken(string|null $token) : $this
Parameters
- $token : string|null
Return values
$thissetVendorSectionId()
public
setVendorSectionId(string|null $vendorSectionId) : SectionConnection
Parameters
- $vendorSectionId : string|null
Return values
SectionConnectionsetVersionId()
public
setVersionId(string|null $versionId) : SectionConnection
Parameters
- $versionId : string|null