Bitrix API

PromptTable extends DataManager

Class PromptTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

TYPE_DEFAULT  = 'DEFAULT'
TYPE_SIMPLE_TEMPLATE  = 'SIMPLE_TEMPLATE'

Methods

createCollection()  : EO_Prompt_Collection
createObject()  : Prompt
delete()  : DeleteResult
getById()  : EO_Prompt_Result
getByPrimary()  : EO_Prompt_Result
getEntity()  : EO_Prompt_Entity
getList()  : EO_Prompt_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getObjectClass()  : mixed
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Prompt_Query
wakeUpCollection()  : EO_Prompt_Collection
wakeUpObject()  : Prompt

Constants

TYPE_SIMPLE_TEMPLATE

public mixed TYPE_SIMPLE_TEMPLATE = 'SIMPLE_TEMPLATE'

Methods

createCollection()

public static createCollection() : EO_Prompt_Collection
Return values
EO_Prompt_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : Prompt
Parameters
$setDefaultValues : mixed = = 'true'
Return values
Prompt

getById()

public static getById(mixed $id) : EO_Prompt_Result
Parameters
$id : mixed
Return values
EO_Prompt_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Prompt_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Prompt_Result

getEntity()

public static getEntity() : EO_Prompt_Entity
Return values
EO_Prompt_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Prompt_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Prompt_Result

getMap()

Returns entity map definition.

public static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getObjectClass()

public static getObjectClass() : mixed

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

query()

public static query() : EO_Prompt_Query
Return values
EO_Prompt_Query

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_Prompt_Collection
Parameters
$rows : mixed
Return values
EO_Prompt_Collection

        
On this page

Search results