Bitrix API

BlockTable extends DataManager uses DeleteByFilterTrait

Class BlockTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : BlockCollection
createObject()  : Block
deleteByFilter()  : void
getById()  : EO_Block_Result
getByPrimary()  : EO_Block_Result
getCollectionClass()  : string
getEntity()  : EO_Block_Entity
getList()  : EO_Block_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getObjectClass()  : string
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Block_Query
wakeUpCollection()  : BlockCollection
wakeUpObject()  : Block

Methods

createObject()

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

deleteByFilter()

public static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException

getById()

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

getByPrimary()

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

getCollectionClass()

public static getCollectionClass() : string
Return values
string

getEntity()

public static getEntity() : EO_Block_Entity
Return values
EO_Block_Entity

getList()

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

getMap()

Returns entity map definition.

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

getObjectClass()

public static getObjectClass() : string
Return values
string

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

query()

public static query() : EO_Block_Query
Return values
EO_Block_Query

wakeUpObject()

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

        
On this page

Search results