Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Controller
+ Граф наследования:Controller:

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

 getEntity ()
 
- Открытые члены унаследованные от Base
 __construct (BatchManager $batchManager, int $storeId)
 
 setStoreId (int $storeId)
 
 writeOff (float $quantity)
 
 return ()
 

Открытые статические члены

static getCallbackRestEvent ()
 
static getHandlers ()
 

Открытые атрибуты

const IBLOCK_READ = 'iblock_admin_display'
 
const IBLOCK_ELEMENT_READ = 'element_read'
 
const IBLOCK_ELEMENT_EDIT = 'element_edit'
 
const IBLOCK_ELEMENT_DELETE = 'element_delete'
 
const IBLOCK_SECTION_READ = 'section_read'
 
const IBLOCK_SECTION_EDIT = 'section_edit'
 
const IBLOCK_SECTION_DELETE = 'section_delete'
 
const IBLOCK_ELEMENT_EDIT_PRICE = 'element_edit_price'
 
const IBLOCK_SECTION_SECTION_BIND = 'section_section_bind'
 
const IBLOCK_ELEMENT_SECTION_BIND = 'section_element_bind'
 
const IBLOCK_EDIT = 'iblock_edit'
 
const CATALOG_STORE = ActionDictionary::ACTION_STORE_VIEW
 
const CATALOG_READ = ActionDictionary::ACTION_CATALOG_READ
 
const CATALOG_GROUP = ActionDictionary::ACTION_PRICE_GROUP_EDIT
 
const CATALOG_VAT = ActionDictionary::ACTION_VAT_EDIT
 
const ERROR_ACCESS_DENIED = 'Access denied'
 

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

 init ()
 
 createViewManager (Action $action)
 
 getViewFields ()
 
 getServiceItemName ()
 
 getServiceListName ()
 
- Защищенные члены унаследованные от Base
 addRegistryItem (EO_StoreBatch $batchItem, float $amount)
 
 getRegistryItems ()
 

Защищенные статические члены

static getApplication ()
 
static getGlobalUser ()
 
static getNavData ($start, $orm=false)
 
static getBindings ()
 

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

AccessController $accessController
 
- Защищенные данные унаследованные от Base
int $storeId
 
BatchManager $batchManager
 

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

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

Методы

◆ createViewManager()

createViewManager ( Action $action)
protected

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

◆ getApplication()

static getApplication ( )
staticprotected

@global \CMain $APPLICATION

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

◆ getBindings()

static getBindings ( )
staticprotected

Get bindings from PHP events to REST events

Возвращает
string[]

Переопределяется в PriceType и Product.

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

◆ getCallbackRestEvent()

static getCallbackRestEvent ( )
static

Переопределяется в PriceType и Product.

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

◆ getEntity()

getEntity ( )
Возвращает
\Bitrix\Main\ORM\Entity
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\NotImplementedException

Исключения

Bitrix\Main\SystemException

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

◆ getGlobalUser()

static getGlobalUser ( )
staticprotected

@global \CUser $USER

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

◆ getHandlers()

static getHandlers ( )
static

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

◆ getNavData()

static getNavData ( $start,
$orm = false )
staticprotected

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

◆ getServiceItemName()

getServiceItemName ( )
protected

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

◆ getServiceListName()

getServiceListName ( )
protected

Переопределяется в Sku.

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

◆ getViewFields()

getViewFields ( )
protected

Get fields rest-view

Возвращает
array|null

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

◆ init()

init ( )
protected

@inheritDoc

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

Данные класса

◆ $accessController

AccessController $accessController
protected

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

◆ CATALOG_GROUP

const CATALOG_GROUP = ActionDictionary::ACTION_PRICE_GROUP_EDIT

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

◆ CATALOG_READ

const CATALOG_READ = ActionDictionary::ACTION_CATALOG_READ

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

◆ CATALOG_STORE

const CATALOG_STORE = ActionDictionary::ACTION_STORE_VIEW

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

◆ CATALOG_VAT

const CATALOG_VAT = ActionDictionary::ACTION_VAT_EDIT

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

◆ ERROR_ACCESS_DENIED

const ERROR_ACCESS_DENIED = 'Access denied'

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

◆ IBLOCK_EDIT

const IBLOCK_EDIT = 'iblock_edit'

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

◆ IBLOCK_ELEMENT_DELETE

const IBLOCK_ELEMENT_DELETE = 'element_delete'

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

◆ IBLOCK_ELEMENT_EDIT

const IBLOCK_ELEMENT_EDIT = 'element_edit'

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

◆ IBLOCK_ELEMENT_EDIT_PRICE

const IBLOCK_ELEMENT_EDIT_PRICE = 'element_edit_price'

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

◆ IBLOCK_ELEMENT_READ

const IBLOCK_ELEMENT_READ = 'element_read'

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

◆ IBLOCK_ELEMENT_SECTION_BIND

const IBLOCK_ELEMENT_SECTION_BIND = 'section_element_bind'

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

◆ IBLOCK_READ

const IBLOCK_READ = 'iblock_admin_display'

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

◆ IBLOCK_SECTION_DELETE

const IBLOCK_SECTION_DELETE = 'section_delete'

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

◆ IBLOCK_SECTION_EDIT

const IBLOCK_SECTION_EDIT = 'section_edit'

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

◆ IBLOCK_SECTION_READ

const IBLOCK_SECTION_READ = 'section_read'

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

◆ IBLOCK_SECTION_SECTION_BIND

const IBLOCK_SECTION_SECTION_BIND = 'section_section_bind'

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