Bitrix API

ButtonTable extends DataManager

Class ButtonTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

ENUM_LOCATION_BOTTOM_LEFT  = 6
ENUM_LOCATION_BOTTOM_MIDDLE  = 5
ENUM_LOCATION_BOTTOM_RIGHT  = 4
ENUM_LOCATION_TOP_LEFT  = 1
ENUM_LOCATION_TOP_MIDDLE  = 2
ENUM_LOCATION_TOP_RIGHT  = 3

Methods

createCollection()  : EO_Button_Collection
createObject()  : EO_Button
getById()  : EO_Button_Result
getByPrimary()  : EO_Button_Result
getEntity()  : EO_Button_Entity
getList()  : EO_Button_Result
getLocationCode()  : mixed
getLocationList()  : mixed
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Button_Query
wakeUpCollection()  : EO_Button_Collection
wakeUpObject()  : EO_Button

Constants

ENUM_LOCATION_BOTTOM_LEFT

public mixed ENUM_LOCATION_BOTTOM_LEFT = 6

ENUM_LOCATION_BOTTOM_MIDDLE

public mixed ENUM_LOCATION_BOTTOM_MIDDLE = 5

ENUM_LOCATION_BOTTOM_RIGHT

public mixed ENUM_LOCATION_BOTTOM_RIGHT = 4

ENUM_LOCATION_TOP_LEFT

public mixed ENUM_LOCATION_TOP_LEFT = 1

ENUM_LOCATION_TOP_MIDDLE

public mixed ENUM_LOCATION_TOP_MIDDLE = 2

ENUM_LOCATION_TOP_RIGHT

public mixed ENUM_LOCATION_TOP_RIGHT = 3

Methods

createCollection()

public static createCollection() : EO_Button_Collection
Return values
EO_Button_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Button_Entity
Return values
EO_Button_Entity

getList()

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

getLocationCode()

public static getLocationCode(mixed $id) : mixed
Parameters
$id : mixed

getLocationList()

public static getLocationList() : mixed

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_Button_Query
Return values
EO_Button_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results