|
| & | getParams () |
| & | getResult () |
| | getTopIndexedFolders (int $depth=2) |
| | onPrepareComponentParams ($arParams) |
| | onIncludeComponentLang () |
| | executeComponent () |
| | __construct ($component=null) |
| | getName () |
| | getRelativePath () |
| | getPath () |
| | getTemplateName () |
| | setTemplateName ($templateName) |
| | setSiteTemplateId ($siteTemplateId) |
| | getSiteTemplateId () |
| | setSiteId ($siteId) |
| | getSiteId () |
| | setLanguageId ($languageId) |
| | getLanguageId () |
| | getSignedParameters () |
| | getTemplatePage () |
| | getTemplate () |
| | getParent () |
| | getTemplateCachedData () |
| | setTemplateCachedData ($templateCachedData) |
| | initComponent ($componentName, $componentTemplate=false) |
| | __prepareComponentParams (&$arParams) |
| | includeComponentLang ($relativePath="", $lang=false) |
| | includeComponentTemplate ($templatePage="", $customTemplatePath="") |
| | initComponentTemplate ($templatePage="", $siteTemplate=false, $customTemplatePath="") |
| | showComponentTemplate () |
| | addIncludeAreaIcon ($arIcon) |
| | addIncludeAreaIcons ($arIcons) |
| | getIncludeAreaIcons () |
| | getCacheID ($additionalCacheID=false) |
| | startResultCache ($cacheTime=false, $additionalCacheID=false, $cachePath=false) |
| | endResultCache () |
| | abortResultCache () |
| | clearResultCache ($additionalCacheID=false, $cachePath=false) |
| | getCachePath () |
| | setResultCacheKeys ($arResultCacheKeys) |
| | getEditAreaId ($entryId) |
| | addEditAction ($entryId, $editLink, $editTitle=false, $arParams=array()) |
| | addDeleteAction ($entryId, $deleteLink, $deleteTitle=false, $arParams=array()) |
| | setTemplateEpilog ($arEpilogInfo) |
| | __showError ($errorMessage, $errorCode="") |
| | addChildCSS ($cssPath) |
| | addChildJS ($jsPath) |
| | addChildEpilog ($epilogFile) |
| | addChildFrame ($frame) |
| | addEditButton ($arButton) |
| | addViewTarget ($target, $content, $pos) |
| | randString ($length=6) |
| | setFrameMode ($mode) |
| | getFrameMode () |
| | getRealFrameMode () |
| | getDefaultFrameMode () |
| | addError (Main\Error $error) |
| | addErrors (array $errors) |
| | hasErrors () |
| Открытые члены унаследованные от Errorable |
| | getErrors () |
| | getErrorByCode ($code) |
См. определение в файле 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' |
Объявления и описания членов класса находятся в файле: