Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Form

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

static getAgreements ()
 
static getCrmFields (?array $options=null)
 
static getCrmCompanies ()
 
static getCrmCategories ()
 
static checkFormPermission ()
 
static getList ()
 
static getById ($formId)
 
static getEditorData ($formId)
 

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

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

Методы

◆ checkFormPermission()

static checkFormPermission ( )
static

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

◆ getAgreements()

static getAgreements ( )
static

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

◆ getById()

static getById ( $formId)
static

Find just one form by ID. Return array of form fields, or empty array if not found

Возвращает
PublicActionResult

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

◆ getCrmCategories()

static getCrmCategories ( )
static

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

◆ getCrmCompanies()

static getCrmCompanies ( )
static

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

◆ getCrmFields()

static getCrmFields ( ?array $options = null)
static

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

◆ getEditorData()

static getEditorData ( $formId)
static

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

◆ getList()

static getList ( )
static

Returns CRM forms.

Возвращает
PublicActionResult

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