Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс UserToGroupTable
+ Граф наследования:UserToGroupTable:

Открытые статические члены

static getTableName ()
 
static getUfId ()
 
static getRolesAll ()
 
static getRolesMember ()
 
static getInitiatedByAll ()
 
static getMap ()
 
static add (array $data)
 
static update ($primary, array $data)
 
static delete ($primary)
 
static getGroupModerators (int $groupId)
 

Открытые атрибуты

const ROLE_OWNER = SONET_ROLES_OWNER
 
const ROLE_MODERATOR = SONET_ROLES_MODERATOR
 
const ROLE_USER = SONET_ROLES_USER
 
const ROLE_BAN = SONET_ROLES_BAN
 
const ROLE_REQUEST = SONET_ROLES_REQUEST
 
const INITIATED_BY_USER = SONET_INITIATED_BY_USER
 
const INITIATED_BY_GROUP = SONET_INITIATED_BY_GROUP
 

Подробное описание

Class UserToGroupTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_UserToGroup_Query query() @method static EO_UserToGroup_Result getByPrimary($primary, array $parameters = []) @method static EO_UserToGroup_Result getById($id) @method static EO_UserToGroup_Result getList(array $parameters = []) @method static EO_UserToGroup_Entity getEntity() @method static \Bitrix\Socialnetwork\EO_UserToGroup createObject($setDefaultValues = true) @method static \Bitrix\Socialnetwork\EO_UserToGroup_Collection createCollection() @method static \Bitrix\Socialnetwork\EO_UserToGroup wakeUpObject($row) @method static \Bitrix\Socialnetwork\EO_UserToGroup_Collection wakeUpCollection($rows)

См. определение в файле usertogroup.php строка 32

Методы

◆ add()

static add ( array $data)
static

Adds row to entity table

Аргументы
array$data
Возвращает
Entity\AddResult Contains ID of inserted row
Исключения

Exception

См. определение в файле usertogroup.php строка 155

◆ delete()

static delete ( $primary)
static

Deletes row in entity table by primary key

Аргументы
mixed$primary
Возвращает
Entity\DeleteResult
Исключения

Exception

См. определение в файле usertogroup.php строка 184

◆ getGroupModerators()

static getGroupModerators ( int $groupId)
static

См. определение в файле usertogroup.php строка 189

◆ getInitiatedByAll()

static getInitiatedByAll ( )
static

Returns set of all INITIATED_BY values

Возвращает
array

См. определение в файле usertogroup.php строка 83

◆ getMap()

static getMap ( )
static

Returns entity map definition

См. определение в файле usertogroup.php строка 91

◆ getRolesAll()

static getRolesAll ( )
static

Returns set of all possible roles of a user in a workgroup

Возвращает
array

См. определение в файле usertogroup.php строка 63

◆ getRolesMember()

static getRolesMember ( )
static

Returns set of membership roles of a user in a workgroup

Возвращает
array

См. определение в файле usertogroup.php строка 73

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity

Возвращает
string

См. определение в файле usertogroup.php строка 48

◆ getUfId()

static getUfId ( )
static

См. определение в файле usertogroup.php строка 53

◆ update()

static update ( $primary,
array $data )
static

Updates row in entity table by primary key

Аргументы
mixed$primary
array$data
Возвращает
Entity\UpdateResult
Исключения

Exception

См. определение в файле usertogroup.php строка 170

Данные класса

◆ INITIATED_BY_GROUP

const INITIATED_BY_GROUP = SONET_INITIATED_BY_GROUP

См. определение в файле usertogroup.php строка 41

◆ INITIATED_BY_USER

const INITIATED_BY_USER = SONET_INITIATED_BY_USER

См. определение в файле usertogroup.php строка 40

◆ ROLE_BAN

const ROLE_BAN = SONET_ROLES_BAN

См. определение в файле usertogroup.php строка 37

◆ ROLE_MODERATOR

const ROLE_MODERATOR = SONET_ROLES_MODERATOR

См. определение в файле usertogroup.php строка 35

◆ ROLE_OWNER

const ROLE_OWNER = SONET_ROLES_OWNER

См. определение в файле usertogroup.php строка 34

◆ ROLE_REQUEST

const ROLE_REQUEST = SONET_ROLES_REQUEST

См. определение в файле usertogroup.php строка 38

◆ ROLE_USER

const ROLE_USER = SONET_ROLES_USER

См. определение в файле usertogroup.php строка 36