См. определение в файле access.php строка 26
◆ canModify()
Returns true if user can modify specified entity.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 420
◆ canModifyAbuses()
Return true if can modify abuses.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 396
◆ canModifyAds()
Return true if can modify letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 257
◆ canModifyBlacklist()
Return true if can modify blacklist.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 373
◆ canModifyLetters()
Return true if user can modify letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 206
◆ canModifyRc()
Return true if can modify return customer tools.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 302
◆ canModifySegments()
Return true if can modify segments.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 340
◆ canModifySettings()
Return true if can modify settings.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 118
◆ canModifyTemplates()
Return true if can modify template.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 129
◆ canPauseStartStopAds()
Return true if can pause start or stop ADS
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 151
◆ canPauseStartStopLetter()
canPauseStartStopLetter |
( |
| ) |
|
Return true if can pause start or stop Mailing
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 140
◆ canPauseStartStopRc()
Return true if can pause start or stop RC
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 162
◆ canPerform()
canPerform |
( |
| $entityCode, |
|
|
| $actionCode, |
|
|
| $minPerm = null ) |
Returns true if user can perform specified action on the entity.
- Аргументы
-
string | $entityCode | Code of the entity. |
string | $actionCode | Code of the action. |
string | $minPerm | Code of minimal permission. |
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 433
◆ canStopStartPause()
canStopStartPause |
( |
string | $letterClass | ) |
|
Return can user start stop or pause
- Аргументы
-
- Возвращает
- bool
См. определение в файле access.php строка 223
◆ canView()
Returns true if user can view specified entity.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 408
◆ canViewAbuses()
Return true if can view abuses.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 385
◆ canViewAds()
Return true if can view letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 246
◆ canViewAnything()
Return true if can view anything.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 89
◆ canViewBlacklist()
Return true if can view blacklist.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 362
◆ canViewClientList()
Return true if can view letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 195
◆ canViewLetters()
Return true if can view letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 173
◆ canViewRc()
Return true if can view return customer tools.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 274
◆ canViewSegmentContact()
canViewSegmentContact |
( |
| ) |
|
Return true if can view segment contacts.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 329
◆ canViewSegments()
Return true if can view segments.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 318
◆ canViewStart()
Return true if can view blacklist.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 351
◆ canViewTemplates()
Return true if can view letters.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 184
◆ canViewToloka()
Return true if can view return customer tools.
- Возвращает
- bool
- Исключения
-
См. определение в файле access.php строка 290
◆ current()
Get Access instance for current user.
- Возвращает
- static
- Исключения
-
См. определение в файле access.php строка 47
◆ getInstance()
static getInstance |
( |
| $user = null | ) |
|
|
static |
singleton for DB requests optimization
- Аргументы
-
- Возвращает
- Access
- Исключения
-
См. определение в файле access.php строка 74
◆ handleEvent()
static handleEvent |
( |
Event | $event | ) |
|
|
static |
- Аргументы
-
- Возвращает
- mixed
- Исключения
-
См. определение в файле access.php строка 462
◆ registerEvent()
static registerEvent |
( |
| $eventName, |
|
|
array | $filter = [] ) |
|
static |
◆ $permissions
◆ $user
◆ ACTION_VIEW
const ACTION_VIEW = 'VIEW' |
|
protected |