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

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

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

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

 get ($id)
 
 isCodeUniq ($code, $id=null)
 
 exists ($id)
 
 checkModifyPermissionEntity ()
 
 checkReadPermissionEntity ()
 
- Защищенные члены унаследованные от ControllerBase
 createViewManager (Action $action)
 
 isCrmModuleInstalled ()
 
 getSettingsContainerDefault ()
 
 getFielsPropertyValuesFromRequest ()
 
 toArray (\Bitrix\Sale\Order $order, array $fields=[])
 
- Защищенные члены унаследованные от Base
 addRegistryItem (EO_StoreBatch $batchItem, float $amount)
 
 getRegistryItems ()
 

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

- Защищенные статические члены унаследованные от ControllerBase
static getNavData ($start, $orm=false)
 
static getApplication ()
 
- Защищенные данные унаследованные от Base
int $storeId
 
BatchManager $batchManager
 

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

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

Методы

◆ addAction()

addAction ( array $fields)

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

◆ checkModifyPermissionEntity()

checkModifyPermissionEntity ( )
protected

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

◆ checkReadPermissionEntity()

checkReadPermissionEntity ( )
protected

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

◆ deleteAction()

deleteAction ( $id)

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

◆ exists()

exists ( $id)
protected

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

◆ get()

get ( $id)
protected

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

◆ getAction()

getAction ( $id)

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

◆ getFieldsAction()

getFieldsAction ( )

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

◆ isCodeUniq()

isCodeUniq ( $code,
$id = null )
protected

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

◆ listAction()

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

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

◆ updateAction()

updateAction ( $id,
array $fields )

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