1C-Bitrix 25.700.0
|
Открытые статические члены | |
static | getObjectClass () |
static | getCollectionClass () |
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 = 'A' |
const | ROLE_MODERATOR = 'E' |
const | ROLE_USER = 'K' |
const | ROLE_BAN = 'T' |
const | ROLE_REQUEST = 'Z' |
const | INITIATED_BY_USER = 'U' |
const | INITIATED_BY_GROUP = 'G' |
const | INITIATED_BY_STRUCTURE = 'S' |
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\Space\Member createObject($setDefaultValues = true) @method static \Bitrix\Socialnetwork\Internals\Member\MemberEntityCollection createCollection() @method static \Bitrix\Socialnetwork\Space\Member wakeUpObject($row) @method static \Bitrix\Socialnetwork\Internals\Member\MemberEntityCollection wakeUpCollection($rows)
См. определение в файле usertogroup.php строка 36
|
static |
Adds row to entity table
array | $data |
Exception
См. определение в файле usertogroup.php строка 186
|
static |
Deletes row in entity table by primary key
mixed | $primary |
Exception
См. определение в файле usertogroup.php строка 215
|
static |
См. определение в файле usertogroup.php строка 69
|
static |
См. определение в файле usertogroup.php строка 220
|
static |
Returns set of all INITIATED_BY values
См. определение в файле usertogroup.php строка 114
|
static |
Returns entity map definition
См. определение в файле usertogroup.php строка 122
|
static |
Переопределяется в MemberToGroupTable.
См. определение в файле usertogroup.php строка 64
|
static |
Returns set of all possible roles of a user in a workgroup
См. определение в файле usertogroup.php строка 94
|
static |
Returns set of membership roles of a user in a workgroup
См. определение в файле usertogroup.php строка 104
|
static |
|
static |
См. определение в файле usertogroup.php строка 84
|
static |
Updates row in entity table by primary key
mixed | $primary | |
array | $data |
Exception
См. определение в файле usertogroup.php строка 201
const INITIATED_BY_GROUP = 'G' |
См. определение в файле usertogroup.php строка 60
const INITIATED_BY_STRUCTURE = 'S' |
См. определение в файле usertogroup.php строка 62
const INITIATED_BY_USER = 'U' |
См. определение в файле usertogroup.php строка 57
const ROLE_BAN = 'T' |
См. определение в файле usertogroup.php строка 51
const ROLE_MODERATOR = 'E' |
См. определение в файле usertogroup.php строка 45
const ROLE_OWNER = 'A' |
См. определение в файле usertogroup.php строка 42
const ROLE_REQUEST = 'Z' |
См. определение в файле usertogroup.php строка 54
const ROLE_USER = 'K' |
См. определение в файле usertogroup.php строка 48