NetworkSessionTable extends DataManager
Tablet class NetworkSessionTable
Fields:
- ID int mandatory
- BOT_ID int mandatory
- DIALOG_ID string mandatory
- SESSION_ID int optional
- GREETING_SHOWN bool optional
- MENU_STATE string
- TELEMETRY_SENT bool
Table of Contents
Methods
- createCollection() : EO_NetworkSession_Collection
- createObject() : EO_NetworkSession
- getById() : EO_NetworkSession_Result
- getByPrimary() : EO_NetworkSession_Result
- getCurrentDate() : DateTime
- getEntity() : EO_NetworkSession_Entity
- getList() : EO_NetworkSession_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_NetworkSession_Query
- wakeUpCollection() : EO_NetworkSession_Collection
- wakeUpObject() : EO_NetworkSession
Methods
createCollection()
public
static createCollection() : EO_NetworkSession_Collection
Return values
EO_NetworkSession_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_NetworkSession
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_NetworkSessiongetById()
public
static getById(mixed $id) : EO_NetworkSession_Result
Parameters
- $id : mixed
Return values
EO_NetworkSession_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_NetworkSession_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_NetworkSession_ResultgetCurrentDate()
public
static getCurrentDate() : DateTime
Return values
DateTimegetEntity()
public
static getEntity() : EO_NetworkSession_Entity
Return values
EO_NetworkSession_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_NetworkSession_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_NetworkSession_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_NetworkSession_Query
Return values
EO_NetworkSession_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_NetworkSession_Collection
Parameters
- $rows : mixed
Return values
EO_NetworkSession_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_NetworkSession
Parameters
- $row : mixed