1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс EntitySelector
Граф наследования:EntitySelector:
CBitrixComponent Controllerable Errorable

Открытые члены

 __construct ($component=null)
 onIncludeComponentLang ()
 onPrepareComponentParams ($params)
 executeComponent ()
 configureActions ()
 getErrorByCode ($code)
 getErrors ()
Открытые члены унаследованные от CBitrixComponent
 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 ()

Защищенные члены

 prepareRequest ()
 prepareFilter ()
 getFilter ()
 initDefaultSettings ()
 setFilterId ($filterId=false)
 getFilterId ()
 setFilterPresets ($filterPresets=[])
 getFilterPresets ()
 getCurrentUserId ()
 getWorkgroups ()
 setDefaultFilter ($value=[])
 prepareResult ()
 getDataFilter ()
 getData ()
 getNavigationTitle ()
Защищенные члены унаследованные от CBitrixComponent
 listKeysSignedParameters ()
 __includeComponent ()

Защищенные данные

 $errorCollection = null
 $defaultSettings = []
 $filter = []
 $filterId = false
 $filterPresets = []
 $requestData = []
Защищенные данные унаследованные от CBitrixComponent
 $request
 $signedParameters

Дополнительные унаследованные члены

Открытые статические члены унаследованные от CBitrixComponent
static includeComponentClass ($componentName)
static clearComponentCache ($componentName, $siteId="")
Поля данных унаследованные от CBitrixComponent
 $__name = ""
 $__path = ""
 $__templatePage = ""
 $__template = null
 $arParams = array()
 $arResult = array()
 $arResultCacheKeys = false
 $__parent = null
Поля данных унаследованные от Controllerable
const METHOD_ACTION_SUFFIX = 'Action'

Подробное описание

См. определение в файле entityselector.php строка 11

Конструктор(ы)

◆ __construct()

__construct ( $component = null)

Base constructor.

Аргументы
\CBitrixComponent | null$componentComponent object if exists.

Переопределяет метод предка CBitrixComponent.

См. определение в файле entityselector.php строка 26

Методы

◆ configureActions()

configureActions ( )
Возвращает
array

Замещает Controllerable.

См. определение в файле entityselector.php строка 80

◆ executeComponent()

executeComponent ( )
Возвращает
void

Переопределяет метод предка CBitrixComponent.

См. определение в файле entityselector.php строка 60

◆ getCurrentUserId()

getCurrentUserId ( )
protected

См. определение в файле entityselector.php строка 193

◆ getData()

getData ( )
abstractprotected
Возвращает
void

◆ getDataFilter()

getDataFilter ( )
protected
Возвращает
array

См. определение в файле entityselector.php строка 303

◆ getErrorByCode()

getErrorByCode ( $code)
Аргументы
string$code
Возвращает
Main\Error|null

Замещает Errorable.

См. определение в файле entityselector.php строка 89

◆ getErrors()

getErrors ( )
Возвращает
array|Main\Error[]

Замещает Errorable.

См. определение в файле entityselector.php строка 97

◆ getFilter()

getFilter ( )
protected

См. определение в файле entityselector.php строка 158

◆ getFilterId()

getFilterId ( )
protected

См. определение в файле entityselector.php строка 178

◆ getFilterPresets()

getFilterPresets ( )
protected

См. определение в файле entityselector.php строка 188

◆ getNavigationTitle()

getNavigationTitle ( )
protected
Возвращает
string

См. определение в файле entityselector.php строка 316

◆ getWorkgroups()

getWorkgroups ( )
protected

См. определение в файле entityselector.php строка 200

◆ initDefaultSettings()

initDefaultSettings ( )
protected
Возвращает
void

См. определение в файле entityselector.php строка 166

◆ onIncludeComponentLang()

onIncludeComponentLang ( )
Возвращает
void

Переопределяет метод предка CBitrixComponent.

См. определение в файле entityselector.php строка 35

◆ onPrepareComponentParams()

onPrepareComponentParams ( $params)
Аргументы
array$params
Возвращает
array

Переопределяет метод предка CBitrixComponent.

См. определение в файле entityselector.php строка 44

◆ prepareFilter()

prepareFilter ( )
protected
Возвращает
void

См. определение в файле entityselector.php строка 113

◆ prepareRequest()

prepareRequest ( )
protected
Возвращает
void

См. определение в файле entityselector.php строка 105

◆ prepareResult()

prepareResult ( )
protected
Возвращает
void

См. определение в файле entityselector.php строка 280

◆ setDefaultFilter()

setDefaultFilter ( $value = [])
protected

См. определение в файле entityselector.php строка 259

◆ setFilterId()

setFilterId ( $filterId = false)
protected

См. определение в файле entityselector.php строка 173

◆ setFilterPresets()

setFilterPresets ( $filterPresets = [])
protected

См. определение в файле entityselector.php строка 183

Поля

◆ $defaultSettings

$defaultSettings = []
protected

См. определение в файле entityselector.php строка 16

◆ $errorCollection

$errorCollection = null
protected

См. определение в файле entityselector.php строка 14

◆ $filter

$filter = []
protected

См. определение в файле entityselector.php строка 17

◆ $filterId

$filterId = false
protected

См. определение в файле entityselector.php строка 18

◆ $filterPresets

$filterPresets = []
protected

См. определение в файле entityselector.php строка 19

◆ $requestData

$requestData = []
protected

См. определение в файле entityselector.php строка 20


Объявления и описания членов класса находятся в файле: