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

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

 __construct ($entityID, \CUser $user=null)
 
 getEntityID ()
 
 getNamePrefix ()
 
 setNamePrefix ($prefix)
 
 add (array $fields)
 
 get ($ID)
 
 getList (array $order, array $filter)
 
 update ($ID, array $fields)
 
 delete ($ID)
 

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

static getFields ()
 
static getEnumerationElementFields ()
 
static getSettingsFields ($typeID)
 
static getTypes (\CRestServer $server=null)
 

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

 isAuthorizedUser ()
 
 isAdminUser ()
 
 getCurrentUser ()
 
 checkCreatePermission ()
 
 checkReadPermission ()
 
 checkUpdatePermission ()
 
 checkDeletePermission ()
 

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

static sanitizeFields (array &$fields)
 
static getAllLanguages ()
 
static prepareLabels (array &$fields, $name, $defaultLabel)
 

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

 $entityID = ''
 
 $user = null
 
 $isAdminUser = null
 
 $isAuthorizedUser = null
 
 $namePrefix = ''
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $entityID,
\CUser $user = null )

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

Методы

◆ add()

add ( array $fields)

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

◆ checkCreatePermission()

checkCreatePermission ( )
protected

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

◆ checkDeletePermission()

checkDeletePermission ( )
protected

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

◆ checkReadPermission()

checkReadPermission ( )
protected

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

◆ checkUpdatePermission()

checkUpdatePermission ( )
protected

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

◆ delete()

delete ( $ID)

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

◆ get()

get ( $ID)

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

◆ getAllLanguages()

static getAllLanguages ( )
staticprotected

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

◆ getCurrentUser()

getCurrentUser ( )
protected

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

◆ getEntityID()

getEntityID ( )

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

◆ getEnumerationElementFields()

static getEnumerationElementFields ( )
static

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

◆ getFields()

static getFields ( )
static

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

◆ getList()

getList ( array $order,
array $filter )

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

◆ getNamePrefix()

getNamePrefix ( )

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

◆ getSettingsFields()

static getSettingsFields ( $typeID)
static

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

◆ getTypes()

static getTypes ( \CRestServer $server = null)
static

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

◆ isAdminUser()

isAdminUser ( )
protected

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

◆ isAuthorizedUser()

isAuthorizedUser ( )
protected

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

◆ prepareLabels()

static prepareLabels ( array & $fields,
$name,
$defaultLabel )
staticprotected

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

◆ sanitizeFields()

static sanitizeFields ( array & $fields)
staticprotected

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

◆ setNamePrefix()

setNamePrefix ( $prefix)

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

◆ update()

update ( $ID,
array $fields )

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

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

◆ $entityID

$entityID = ''
protected

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

◆ $isAdminUser

$isAdminUser = null
protected

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

◆ $isAuthorizedUser

$isAuthorizedUser = null
protected

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

◆ $namePrefix

$namePrefix = ''
protected

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

◆ $user

$user = null
protected

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