|
| __construct ($component=null) |
| executeComponent () |
| getUserField () |
| setUserField ($userField) |
| getAdditionalParameter (string $key) |
| getAdditionalParameters () |
| setAdditionalParameters (?array $additionalParameters) |
| getParentComponent () |
| setParentComponent (?CBitrixComponent $_parent) |
| getAvailableModes () |
| setAvailableModes (array $availableModes) |
| getMode () |
| isMultiple () |
| getHtmlBuilder () |
| setHtmlBuilder (HtmlBuilder $htmlBuilder) |
| isDefaultMode () |
| isMobileMode () |
| isAjaxRequest () |
| onPrepareComponentParams ($arParams) |
| onIncludeComponentLang () |
| 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 () |
См. определение в файле baseufcomponent.php строка 15
◆ __construct()
__construct |
( |
| $component = null | ) |
|
◆ executeComponent()
◆ generateAvailableModesHash()
generateAvailableModesHash |
( |
| ) |
|
|
finalprotected |
◆ getAdditionalParameter()
getAdditionalParameter |
( |
string | $key | ) |
|
◆ getAdditionalParameters()
getAdditionalParameters |
( |
| ) |
|
◆ getAvailableModes()
◆ getAvailableTemplateFolder()
getAvailableTemplateFolder |
( |
| ) |
|
|
finalprotected |
Returning first correct template folder from array of availables modes
- Возвращает
- null|string
См. определение в файле baseufcomponent.php строка 387
◆ getFieldName()
◆ getFieldValue()
◆ getHtmlBuilder()
◆ getMediaType()
◆ getMediaTypes()
◆ getMode()
◆ getParentComponent()
◆ getTemplateNameFromMode()
getTemplateNameFromMode |
( |
| ) |
|
|
protected |
◆ getTemplatePageFromMediaType()
getTemplatePageFromMediaType |
( |
| ) |
|
|
protected |
◆ getUserField()
◆ getUserTypeId()
◆ hasTemplateFolder()
◆ hasTemplatePage()
hasTemplatePage |
( |
string | $templatePage | ) |
|
|
finalprotected |
◆ initAvailableModes()
◆ initMediaType()
◆ initMode()
◆ initResult()
◆ isAjaxRequest()
◆ isDefaultMode()
◆ isExistTemplatePage()
isExistTemplatePage |
( |
?string | $templatePage = '' | ) |
|
|
finalprotected |
◆ isMobileMode()
◆ isMultiple()
◆ isPossibleMediaType()
Checking if mediaType specified when calling the component is valid
- Возвращает
- bool
См. определение в файле baseufcomponent.php строка 310
◆ normalizeFieldValue()
normalizeFieldValue |
( |
| $value | ) |
|
|
staticfinalprotected |
◆ prepareResult()
You can override this method in a child class to add the personal custom functionality of the child class
См. определение в файле baseufcomponent.php строка 184
◆ resolveTemplateName()
Resolving a mode name to template name. By default, mode === templateFolderName, can be otherwise in child class
- Возвращает
- string
См. определение в файле baseufcomponent.php строка 260
◆ resolveTemplatePage()
Return templatePage name from mediaType or null if mediaType incorrect
- Возвращает
- null|string
См. определение в файле baseufcomponent.php строка 286
◆ setAdditionalParameters()
setAdditionalParameters |
( |
?array | $additionalParameters | ) |
|
◆ setAvailableModes()
setAvailableModes |
( |
array | $availableModes | ) |
|
◆ setHtmlBuilder()
◆ setMediaType()
setMediaType |
( |
string | $mediaType | ) |
|
|
protected |
◆ setMode()
◆ setParentComponent()
◆ setUserField()
setUserField |
( |
| $userField | ) |
|
◆ $additionalParameters
$additionalParameters = [] |
|
protected |
◆ $componentTemplate
◆ $htmlBuilder
◆ $userField
◆ MEDIA_TYPE_DEFAULT
const MEDIA_TYPE_DEFAULT = '.default' |
◆ MEDIA_TYPE_MOBILE
const MEDIA_TYPE_MOBILE = 'mobile' |
◆ MODE_DEFAULT
const MODE_DEFAULT = '.default' |
◆ TEMPLATE_NAME_DEFAULT
const TEMPLATE_NAME_DEFAULT = '.default' |
◆ TEMPLATE_PAGE_DEFAULT
const TEMPLATE_PAGE_DEFAULT = '.default' |
Объявления и описания членов класса находятся в файле: