BaseComponent extends CBitrixComponent implements Errorable
AbstractYes
Table of Contents
Interfaces
- Errorable
Constants
- ERROR_REQUIRED_PARAMETER = 'DISK_BASE_COMPONENT_22001'
- STATUS_DENIED = 'denied'
- STATUS_ERROR = 'error'
- STATUS_SUCCESS = 'success'
Methods
- __construct() : mixed
- encodeUrn() : mixed
- executeComponent() : mixed
- getComponentId() : mixed
- getErrorByCode() : mixed
- getErrors() : mixed
- hasErrors() : mixed
- isWrappedAsSidepanelContent() : mixed
Constants
ERROR_REQUIRED_PARAMETER
public
mixed
ERROR_REQUIRED_PARAMETER
= 'DISK_BASE_COMPONENT_22001'
STATUS_DENIED
public
mixed
STATUS_DENIED
= 'denied'
STATUS_ERROR
public
mixed
STATUS_ERROR
= 'error'
STATUS_SUCCESS
public
mixed
STATUS_SUCCESS
= 'success'
Methods
__construct()
public
__construct([mixed $component = null ]) : mixed
Parameters
- $component : mixed = null
encodeUrn()
public
static encodeUrn(mixed $urn) : mixed
Parameters
- $urn : mixed
executeComponent()
public
executeComponent() : mixed
getComponentId()
public
getComponentId() : mixed
getErrorByCode()
public
getErrorByCode(mixed $code) : mixed
Parameters
- $code : mixed
getErrors()
public
getErrors() : mixed
hasErrors()
public
hasErrors() : mixed
isWrappedAsSidepanelContent()
public
isWrappedAsSidepanelContent() : mixed