Bitrix API

NotifyEmailTable extends DataManager

Class NotifyEmailTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

ENTITY_TYPE_CATEGORY  = 'CATEGORY'
ENTITY_TYPE_IDEA  = 'IDEA'
SUBSCRIBE_TYPE_ALL  = 'ALL'
SUBSCRIBE_TYPE_NEW_IDEAS  = 'NEW IDEAS'

Methods

createCollection()  : EO_NotifyEmail_Collection
createObject()  : EO_NotifyEmail
getById()  : EO_NotifyEmail_Result
getByPrimary()  : EO_NotifyEmail_Result
getEntity()  : EO_NotifyEmail_Entity
getFilePath()  : string
Returns path to the file which contains definition of the class.
getList()  : EO_NotifyEmail_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity
query()  : EO_NotifyEmail_Query
wakeUpCollection()  : EO_NotifyEmail_Collection
wakeUpObject()  : EO_NotifyEmail

Constants

ENTITY_TYPE_CATEGORY

public mixed ENTITY_TYPE_CATEGORY = 'CATEGORY'

ENTITY_TYPE_IDEA

public mixed ENTITY_TYPE_IDEA = 'IDEA'

SUBSCRIBE_TYPE_ALL

public mixed SUBSCRIBE_TYPE_ALL = 'ALL'

SUBSCRIBE_TYPE_NEW_IDEAS

public mixed SUBSCRIBE_TYPE_NEW_IDEAS = 'NEW IDEAS'

Methods

createCollection()

public static createCollection() : EO_NotifyEmail_Collection
Return values
EO_NotifyEmail_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_NotifyEmail_Entity
Return values
EO_NotifyEmail_Entity

getFilePath()

Returns path to the file which contains definition of the class.

public static getFilePath() : string
Return values
string

getList()

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

getMap()

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
string

query()

public static query() : EO_NotifyEmail_Query
Return values
EO_NotifyEmail_Query

wakeUpCollection()

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

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_NotifyEmail
Parameters
$row : mixed
Return values
EO_NotifyEmail

        
On this page

Search results