CustomConnectorsTable extends DataManager
Class CustomConnectorsTable
Fields:
- ID int mandatory
- NAME string(255) optional
- ICON string
- COMPONENT string
- DEL_EXTERNAL_MESSAGES bool optional
- EDIT_INTERNAL_MESSAGES bool optional
- DEL_INTERNAL_MESSAGES bool optional
- NEWSLETTER bool optional
- NEED_SYSTEM_MESSAGES bool optional
- NEED_SIGNATURE bool optional
- CHAT_GROUP bool optional
- REST_APP_ID int optional
Table of Contents
Methods
- createCollection() : EO_CustomConnectors_Collection
- createObject() : EO_CustomConnectors
- getById() : EO_CustomConnectors_Result
- getByPrimary() : EO_CustomConnectors_Result
- getEntity() : EO_CustomConnectors_Entity
- getList() : EO_CustomConnectors_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_CustomConnectors_Query
- validateVarChar() : array<string|int, mixed>
- Returns validators for NAME field.
- wakeUpCollection() : EO_CustomConnectors_Collection
- wakeUpObject() : EO_CustomConnectors
Methods
createCollection()
public
static createCollection() : EO_CustomConnectors_Collection
Return values
EO_CustomConnectors_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_CustomConnectors
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CustomConnectorsgetById()
public
static getById(mixed $id) : EO_CustomConnectors_Result
Parameters
- $id : mixed
Return values
EO_CustomConnectors_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomConnectors_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomConnectors_ResultgetEntity()
public
static getEntity() : EO_CustomConnectors_Entity
Return values
EO_CustomConnectors_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomConnectors_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomConnectors_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_CustomConnectors_Query
Return values
EO_CustomConnectors_QueryvalidateVarChar()
Returns validators for NAME field.
public
static validateVarChar() : array<string|int, mixed>
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CustomConnectors_Collection
Parameters
- $rows : mixed
Return values
EO_CustomConnectors_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_CustomConnectors
Parameters
- $row : mixed