См. определение в файле componentbase.php строка 12
◆ checkFtsTables()
◆ checkModuleAvailability()
checkModuleAvailability |
( |
| ) |
|
|
protected |
◆ checkModuleStepper()
Checks some mysql config variables.
- Возвращает
- void
См. определение в файле componentbase.php строка 160
◆ checkMysqlConfig()
Checks some mysql config variables.
- Возвращает
- void
См. определение в файле componentbase.php строка 182
◆ checkPermissionEdit()
Checks if user has permission to edit language file.
- Возвращает
- boolean
См. определение в файле componentbase.php строка 112
◆ checkPermissionEditPhp()
checkPermissionEditPhp |
( |
| ) |
|
|
protected |
Checks if user has permission to edit source language file.
- Возвращает
- boolean
См. определение в файле componentbase.php строка 136
◆ checkPermissionView()
Checks if user has permission to view language file.
- Возвращает
- boolean
См. определение в файле componentbase.php строка 88
◆ clearSavedOptions()
clearSavedOptions |
( |
| $category, |
|
|
| $nameMask ) |
|
protected |
Drops saved options.
- Аргументы
-
string | $category | Group option name. |
string | $nameMask | Option name mask. |
- Возвращает
- void
См. определение в файле componentbase.php строка 484
◆ detectPathBack()
Finds way to get back.
- Аргументы
-
string | $path | Path to analise. |
- Возвращает
- string
См. определение в файле componentbase.php строка 500
◆ detectStartingPath()
detectStartingPath |
( |
?string | $path = '' | ) |
|
|
protected |
◆ detectTabId()
◆ generateChainLinks()
generateChainLinks |
( |
| $path | ) |
|
|
protected |
Get data for chain links.
- Аргументы
-
string | $path | Path to analise. |
- Возвращает
- array
См. определение в файле componentbase.php строка 531
◆ getApplication()
◆ getCompatibleLanguages()
getCompatibleLanguages |
( |
| ) |
|
|
protected |
Return languages compatible by their encoding.
- Возвращает
- string[]
См. определение в файле componentbase.php строка 291
◆ getLanguages()
◆ getLanguagesTitle()
getLanguagesTitle |
( |
| $languageIds | ) |
|
|
protected |
Returns list of language names from the site settings.
- Аргументы
-
string[] | $languageIds | Languages list to get name. |
- Возвращает
- array
См. определение в файле componentbase.php строка 278
◆ getParams()
Returns component calling params by reference.
- Возвращает
- array
См. определение в файле componentbase.php строка 383
◆ getResult()
Returns component resulting array by reference.
- Возвращает
- array
См. определение в файле componentbase.php строка 392
◆ getTopIndexedFolders()
getTopIndexedFolders |
( |
int | $depth = 2 | ) |
|
◆ getUser()
◆ hasUserPermissionEdit()
hasUserPermissionEdit |
( |
| $user | ) |
|
|
protected |
Checks if user has permission to edit language file.
- Аргументы
-
\CUser | $user | User to check permissions. |
- Возвращает
- boolean
См. определение в файле componentbase.php строка 70
◆ hasUserPermissionEditSource()
hasUserPermissionEditSource |
( |
| $user | ) |
|
|
protected |
Checks if user has permission to edit source language file.
- Аргументы
-
\CUser | $user | User to check permissions. |
- Возвращает
- boolean
См. определение в файле componentbase.php строка 79
◆ hasUserPermissionView()
hasUserPermissionView |
( |
| $user | ) |
|
|
protected |
Checks if user has permission to view language file.
- Аргументы
-
\CUser | $user | User to check permissions. |
- Возвращает
- boolean
См. определение в файле componentbase.php строка 60
◆ isAjaxRequest()
Returns whether this is an AJAX (XMLHttpRequest) request.
- Возвращает
- boolean
См. определение в файле componentbase.php строка 422
◆ prepareParams()
◆ rearrangeLanguages()
rearrangeLanguages |
( |
| $languageList, |
|
|
| $currentLangId ) |
|
protected |
Moves current language to the first position.
- Аргументы
-
string[] | $languageList | |
string | $currentLangId | |
- Возвращает
- string[]
См. определение в файле componentbase.php строка 243
◆ $path
◆ $tabId
◆ STATUS_DENIED
const STATUS_DENIED = 'denied' |
◆ STATUS_ERROR
const STATUS_ERROR = 'error' |
◆ STATUS_SUCCESS
const STATUS_SUCCESS = 'success' |
◆ TEMPLATE_ERROR
const TEMPLATE_ERROR = 'error' |