Открытые члены | |
__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 () | |
Открытые атрибуты | |
const | MODE_DEFAULT = '.default' |
const | TEMPLATE_PAGE_DEFAULT = '.default' |
const | TEMPLATE_NAME_DEFAULT = '.default' |
const | MEDIA_TYPE_DEFAULT = '.default' |
const | MEDIA_TYPE_MOBILE = 'mobile' |
Защищенные члены | |
initResult () | |
prepareResult () | |
initAvailableModes () | |
initMode () | |
setMode (string $mode) | |
initMediaType () | |
setMediaType (string $mediaType) | |
resolveTemplateName () | |
getTemplateNameFromMode () | |
resolveTemplatePage () | |
isExistTemplatePage (?string $templatePage='') | |
isPossibleMediaType () | |
getTemplatePageFromMediaType () | |
getMediaTypes () | |
getMediaType () | |
hasTemplateFolder () | |
getAvailableTemplateFolder () | |
generateAvailableModesHash () | |
hasTemplatePage (string $templatePage) | |
getFieldName () | |
getFieldValue () | |
Защищенные статические члены | |
static | normalizeFieldValue ($value) |
static | getUserTypeId () |
Защищенные данные | |
$componentTemplate | |
$userField = [] | |
$additionalParameters = [] | |
Статические защищенные данные | |
static | $htmlBuilder = [] |
См. определение в файле baseufcomponent.php строка 15
__construct | ( | $component = null | ) |
См. определение в файле baseufcomponent.php строка 56
|
final |
См. определение в файле baseufcomponent.php строка 62
|
finalprotected |
См. определение в файле baseufcomponent.php строка 406
getAdditionalParameter | ( | string | $key | ) |
getAdditionalParameters | ( | ) |
См. определение в файле baseufcomponent.php строка 150
getAvailableModes | ( | ) |
См. определение в файле baseufcomponent.php строка 207
|
finalprotected |
Returning first correct template folder from array of availables modes
См. определение в файле baseufcomponent.php строка 379
|
protected |
См. определение в файле baseufcomponent.php строка 431
|
protected |
См. определение в файле baseufcomponent.php строка 461
|
final |
См. определение в файле baseufcomponent.php строка 506
|
protected |
См. определение в файле baseufcomponent.php строка 349
|
finalprotected |
|
final |
См. определение в файле baseufcomponent.php строка 267
getParentComponent | ( | ) |
См. определение в файле baseufcomponent.php строка 166
|
protected |
См. определение в файле baseufcomponent.php строка 275
|
protected |
См. определение в файле baseufcomponent.php строка 322
getUserField | ( | ) |
См. определение в файле baseufcomponent.php строка 120
|
staticabstractprotected |
|
finalprotected |
См. определение в файле baseufcomponent.php строка 357
|
finalprotected |
|
protected |
См. определение в файле baseufcomponent.php строка 188
|
protected |
См. определение в файле baseufcomponent.php строка 235
|
protected |
См. определение в файле baseufcomponent.php строка 220
|
finalprotected |
См. определение в файле baseufcomponent.php строка 105
|
final |
См. определение в файле baseufcomponent.php строка 543
|
final |
См. определение в файле baseufcomponent.php строка 527
|
finalprotected |
string | null | $templatePage |
См. определение в файле baseufcomponent.php строка 296
|
final |
См. определение в файле baseufcomponent.php строка 535
isMultiple | ( | ) |
См. определение в файле baseufcomponent.php строка 453
|
finalprotected |
Checking if mediaType specified when calling the component is valid
См. определение в файле baseufcomponent.php строка 309
|
staticfinalprotected |
|
protected |
You can override this method in a child class to add the personal custom functionality of the child class
См. определение в файле baseufcomponent.php строка 183
|
protected |
Resolving a mode name to template name. By default, mode === templateFolderName, can be otherwise in child class
См. определение в файле baseufcomponent.php строка 259
|
finalprotected |
Return templatePage name from mediaType or null if mediaType incorrect
См. определение в файле baseufcomponent.php строка 285
setAdditionalParameters | ( | ?array | $additionalParameters | ) |
array | null | $additionalParameters |
См. определение в файле baseufcomponent.php строка 158
setAvailableModes | ( | array | $availableModes | ) |
array | $availableModes |
См. определение в файле baseufcomponent.php строка 215
|
final |
HtmlBuilder | $htmlBuilder |
См. определение в файле baseufcomponent.php строка 519
|
protected |
string | $mediaType |
См. определение в файле baseufcomponent.php строка 249
|
protected |
string | $mode |
См. определение в файле baseufcomponent.php строка 230
setParentComponent | ( | ?CBitrixComponent | $_parent | ) |
CBitrixComponent | null | $_parent |
См. определение в файле baseufcomponent.php строка 174
setUserField | ( | $userField | ) |
array | bool | $userField |
См. определение в файле baseufcomponent.php строка 128
|
protected |
См. определение в файле baseufcomponent.php строка 44
|
protected |
См. определение в файле baseufcomponent.php строка 42
|
staticprotected |
См. определение в файле baseufcomponent.php строка 34
|
protected |
См. определение в файле baseufcomponent.php строка 43
const MEDIA_TYPE_DEFAULT = '.default' |
См. определение в файле baseufcomponent.php строка 27
const MEDIA_TYPE_MOBILE = 'mobile' |
См. определение в файле baseufcomponent.php строка 28
const MODE_DEFAULT = '.default' |
См. определение в файле baseufcomponent.php строка 18
const TEMPLATE_NAME_DEFAULT = '.default' |
См. определение в файле baseufcomponent.php строка 20
const TEMPLATE_PAGE_DEFAULT = '.default' |
См. определение в файле baseufcomponent.php строка 19