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

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

 updateAction ($documentId, $fields)
 
 getAction ($documentId)
 
 listAction (PageNavigation $pageNavigation, $select=[], $filter=[], $order=[])
 
 addAction ($fields)
 
 deleteAction ($fields)
 
- Открытые члены унаследованные от Controller
 getEntity ()
 
- Открытые члены унаследованные от Base
 __construct (BatchManager $batchManager, int $storeId)
 
 setStoreId (int $storeId)
 
 writeOff (float $quantity)
 
 return ()
 

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

 get ($id)
 
 exists ($id)
 
 checkReadPermissionEntity ()
 
 checkModifyPermissionEntity ()
 
 checkReadPermissionByType (string $documentType)
 
 checkUpdatePermissionByType (string $documentType)
 
- Защищенные члены унаследованные от Controller
 init ()
 
 createViewManager (Action $action)
 
 getViewFields ()
 
 getServiceItemName ()
 
 getServiceListName ()
 
- Защищенные члены унаследованные от Base
 addRegistryItem (EO_StoreBatch $batchItem, float $amount)
 
 getRegistryItems ()
 

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

static getUserFieldsForType (string $docType)
 
static getEntityIdForType (string $docType)
 
- Защищенные статические члены унаследованные от Controller
static getApplication ()
 
static getGlobalUser ()
 
static getNavData ($start, $orm=false)
 
static getBindings ()
 

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

const ITEM = 'DOCUMENT'
 
const LIST = 'DOCUMENTS'
 
- Защищенные данные унаследованные от Controller
AccessController $accessController
 
- Защищенные данные унаследованные от Base
int $storeId
 
BatchManager $batchManager
 

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

- Открытые статические члены унаследованные от Controller
static getCallbackRestEvent ()
 
static getHandlers ()
 
- Открытые атрибуты унаследованные от Controller
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'
 

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

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

Методы

◆ addAction()

addAction ( $fields)

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

◆ checkModifyPermissionEntity()

checkModifyPermissionEntity ( )
protected

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

◆ checkReadPermissionByType()

checkReadPermissionByType ( string $documentType)
protected

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

◆ checkReadPermissionEntity()

checkReadPermissionEntity ( )
protected

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

◆ checkUpdatePermissionByType()

checkUpdatePermissionByType ( string $documentType)
protected

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

◆ deleteAction()

deleteAction ( $fields)

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

◆ exists()

exists ( $id)
protected

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

◆ get()

get ( $id)
protected

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

◆ getAction()

getAction ( $documentId)

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

◆ getEntityIdForType()

static getEntityIdForType ( string $docType)
staticprotected

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

◆ getUserFieldsForType()

static getUserFieldsForType ( string $docType)
staticprotected

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

◆ listAction()

listAction ( PageNavigation $pageNavigation,
$select = [],
$filter = [],
$order = [] )

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

◆ updateAction()

updateAction ( $documentId,
$fields )

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

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

◆ ITEM

const ITEM = 'DOCUMENT'
protected

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

◆ LIST

const LIST = 'DOCUMENTS'
protected

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