Bitrix API

ABTestTable extends DataManager

Class ABTestTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_ABTest_Collection
createObject()  : EO_ABTest
getById()  : EO_ABTest_Result
getByPrimary()  : EO_ABTest_Result
getEntity()  : EO_ABTest_Entity
getList()  : EO_ABTest_Result
getMap()  : array<string|int, mixed>
Returns entity map definition
getTableName()  : string
Returns DB table name for entity
query()  : EO_ABTest_Query
wakeUpCollection()  : EO_ABTest_Collection
wakeUpObject()  : EO_ABTest

Methods

createCollection()

public static createCollection() : EO_ABTest_Collection
Return values
EO_ABTest_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_ABTest_Entity
Return values
EO_ABTest_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ABTest_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_ABTest_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_ABTest_Query
Return values
EO_ABTest_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results