Bitrix API

MemberTable extends TaskDataManager

Class MemberTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

MEMBER_TYPE_ACCOMPLICE  = 'A'
MEMBER_TYPE_AUDITOR  = 'U'
MEMBER_TYPE_ORIGINATOR  = 'O'
MEMBER_TYPE_RESPONSIBLE  = 'R'

Methods

createCollection()  : MemberCollection
createObject()  : MemberObject
deleteList()  : Result
getById()  : EO_Member_Result
getByPrimary()  : EO_Member_Result
getClass()  : string
getCollectionClass()  : string
getEntity()  : EO_Member_Entity
getList()  : EO_Member_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getObjectClass()  : string
getTableName()  : string
possibleTypes()  : array<string|int, mixed>
query()  : EO_Member_Query
validateType()  : array<string|int, mixed>
wakeUpCollection()  : MemberCollection
wakeUpObject()  : MemberObject

Constants

MEMBER_TYPE_ACCOMPLICE

public mixed MEMBER_TYPE_ACCOMPLICE = 'A'

MEMBER_TYPE_AUDITOR

public mixed MEMBER_TYPE_AUDITOR = 'U'

MEMBER_TYPE_ORIGINATOR

public mixed MEMBER_TYPE_ORIGINATOR = 'O'

MEMBER_TYPE_RESPONSIBLE

public mixed MEMBER_TYPE_RESPONSIBLE = 'R'

Methods

createObject()

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

deleteList()

public static deleteList(array<string|int, mixed> $filter) : Result
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException
throws
SqlQueryException
throws
SystemException
Return values
Result

getById()

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

getByPrimary()

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

getClass()

public static getClass() : string
Return values
string

getCollectionClass()

public static getCollectionClass() : string
Return values
string

getEntity()

public static getEntity() : EO_Member_Entity
Return values
EO_Member_Entity

getList()

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

public static getTableName() : string
Return values
string

possibleTypes()

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

query()

public static query() : EO_Member_Query
Return values
EO_Member_Query

validateType()

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

        
On this page

Search results