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

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

static onRestServiceBuildDescription ()
 
static getIblockTypeId (array $params, $n, \CRestServer $server)
 
static addLists (array $params, $n, \CRestServer $server)
 
static getLists (array $params, $n, \CRestServer $server)
 
static updateLists (array $params, $n, \CRestServer $server)
 
static deleteLists (array $params, $n, \CRestServer $server)
 
static addSection (array $params, $n, \CRestServer $server)
 
static getSection (array $params, $n, \CRestServer $server)
 
static updateSection (array $params, $n, \CRestServer $server)
 
static deleteSection (array $params, $n, \CRestServer $server)
 
static addField (array $params, $n, \CRestServer $server)
 
static getFields (array $params, $n, \CRestServer $server)
 
static updateField (array $params, $n, \CRestServer $server)
 
static deleteField (array $params, $n, \CRestServer $server)
 
static getFieldTypes (array $params, $n, \CRestServer $server)
 
static addElement (array $params, $n, \CRestServer $server)
 
static getElement (array $params, $n, \CRestServer $server)
 
static updateElement (array $params, $n, \CRestServer $server)
 
static deleteElement (array $params, $n, \CRestServer $server)
 
static getFileUrl (array $params, $n, \CRestServer $server)
 

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

const SCOPE = "lists"
 
const ENTITY_LISTS_CODE_PREFIX = "REST"
 
const ERROR_REQUIRED_PARAMETERS_MISSING = "ERROR_REQUIRED_PARAMETERS_MISSING"
 
const ERROR_IBLOCK_ALREADY_EXISTS = "ERROR_IBLOCK_ALREADY_EXISTS"
 
const ERROR_SAVE_IBLOCK = "ERROR_SAVE_IBLOCK"
 
const ERROR_IBLOCK_NOT_FOUND = "ERROR_IBLOCK_NOT_FOUND"
 
const ERROR_SAVE_FIELD = "ERROR_SAVE_FIELD"
 
const ERROR_PROPERTY_ALREADY_EXISTS = "ERROR_PROPERTY_ALREADY_EXISTS"
 
const ERROR_SAVE_ELEMENT = "ERROR_SAVE_ELEMENT"
 
const ERROR_DELETE_ELEMENT = "ERROR_DELETE_ELEMENT"
 
const ERROR_BIZPROC = "ERROR_BIZPROC"
 

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

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

Методы

◆ addElement()

static addElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ addField()

static addField ( array $params,
$n,
\CRestServer $server )
static

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

◆ addLists()

static addLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ addSection()

static addSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteElement()

static deleteElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteField()

static deleteField ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteLists()

static deleteLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteSection()

static deleteSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ getElement()

static getElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFields()

static getFields ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFieldTypes()

static getFieldTypes ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFileUrl()

static getFileUrl ( array $params,
$n,
\CRestServer $server )
static

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

◆ getIblockTypeId()

static getIblockTypeId ( array $params,
$n,
\CRestServer $server )
static

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

◆ getLists()

static getLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ getSection()

static getSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ onRestServiceBuildDescription()

static onRestServiceBuildDescription ( )
static

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

◆ updateElement()

static updateElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateField()

static updateField ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateLists()

static updateLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateSection()

static updateSection ( array $params,
$n,
\CRestServer $server )
static

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

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

◆ ENTITY_LISTS_CODE_PREFIX

const ENTITY_LISTS_CODE_PREFIX = "REST"

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

◆ ERROR_BIZPROC

const ERROR_BIZPROC = "ERROR_BIZPROC"

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

◆ ERROR_DELETE_ELEMENT

const ERROR_DELETE_ELEMENT = "ERROR_DELETE_ELEMENT"

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

◆ ERROR_IBLOCK_ALREADY_EXISTS

const ERROR_IBLOCK_ALREADY_EXISTS = "ERROR_IBLOCK_ALREADY_EXISTS"

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

◆ ERROR_IBLOCK_NOT_FOUND

const ERROR_IBLOCK_NOT_FOUND = "ERROR_IBLOCK_NOT_FOUND"

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

◆ ERROR_PROPERTY_ALREADY_EXISTS

const ERROR_PROPERTY_ALREADY_EXISTS = "ERROR_PROPERTY_ALREADY_EXISTS"

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

◆ ERROR_REQUIRED_PARAMETERS_MISSING

const ERROR_REQUIRED_PARAMETERS_MISSING = "ERROR_REQUIRED_PARAMETERS_MISSING"

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

◆ ERROR_SAVE_ELEMENT

const ERROR_SAVE_ELEMENT = "ERROR_SAVE_ELEMENT"

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

◆ ERROR_SAVE_FIELD

const ERROR_SAVE_FIELD = "ERROR_SAVE_FIELD"

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

◆ ERROR_SAVE_IBLOCK

const ERROR_SAVE_IBLOCK = "ERROR_SAVE_IBLOCK"

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

◆ SCOPE

const SCOPE = "lists"

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