См. определение в файле group.php строка 10
◆ addSiteRights()
addSiteRights |
( |
int | $siteId, |
|
|
array | $groupRoles = [] ) |
|
protected |
Invokes when bind group was occurred.
- Аргументы
-
int | $siteId | Site id. |
array | $groupRoles | Reference map between access names and group roles (not landing roles!). |
- Возвращает
- void
См. определение в файле group.php строка 190
◆ getAccessTasks()
static getAccessTasks |
( |
bool | $fullData = false | ) |
|
|
staticprotected |
Returns tasks for access.
- Аргументы
-
bool | $fullData | Returns full data not ids only. |
- Возвращает
- array
См. определение в файле group.php строка 115
◆ getRoleId()
Returns role id for access to new site.
- Возвращает
- int
См. определение в файле group.php строка 142
◆ getSiteIdByGroupId()
static getSiteIdByGroupId |
( |
int | $groupId | ) |
|
|
static |
By group id returns binding site id.
- Аргументы
-
- Возвращает
- int|null
См. определение в файле group.php строка 29
◆ recognizeSiteTitle()
static recognizeSiteTitle |
( |
array | $input | ) |
|
|
static |
Accepts array with site data and replaces site title to group title.
- Аргументы
-
array | $input | Site data ([ID] at least). |
- Возвращает
- array
См. определение в файле group.php строка 50
◆ removeSiteRights()
removeSiteRights |
( |
| $siteId | ) |
|
|
protected |
Call when unbinding group.
- Аргументы
-
- Возвращает
- void
См. определение в файле group.php строка 269
◆ updateSiteRights()
updateSiteRights |
( |
int | $siteId | ) |
|
|
protected |
Invokes when rebind group was occurred.
- Аргументы
-
- Возвращает
- void
См. определение в файле group.php строка 257
◆ $bindingType
◆ ROLE_TYPE
const ROLE_TYPE = 'GROUP' |
Type of role for group's type.
См. определение в файле group.php строка 15