EntitySelector extends CBitrixComponent implements Controllerable, Errorable
AbstractYes
Table of Contents
Interfaces
- Controllerable
- Errorable
Methods
- __construct() : mixed
- Base constructor.
- configureActions() : array<string|int, mixed>
- executeComponent() : void
- getErrorByCode() : Error|null
- getErrors() : array<string|int, mixed>|array<string|int, Error>
- onIncludeComponentLang() : void
- onPrepareComponentParams() : array<string|int, mixed>
Methods
__construct()
Base constructor.
public
__construct([CBitrixComponent|null $component = null ]) : mixed
Parameters
- $component : CBitrixComponent|null = null
-
Component object if exists.
configureActions()
public
configureActions() : array<string|int, mixed>
Return values
array<string|int, mixed>executeComponent()
public
executeComponent() : void
getErrorByCode()
public
getErrorByCode(string $code) : Error|null
Parameters
- $code : string
Return values
Error|nullgetErrors()
public
getErrors() : array<string|int, mixed>|array<string|int, Error>
Return values
array<string|int, mixed>|array<string|int, Error>onIncludeComponentLang()
public
onIncludeComponentLang() : void
onPrepareComponentParams()
public
onPrepareComponentParams(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>