Form
Table of Contents
Methods
- checkFormPermission() : bool
- getAgreements() : mixed
- getById() : PublicActionResult
- Find just one form by ID. Return array of form fields, or empty array if not found
- getCrmCategories() : mixed
- getCrmCompanies() : mixed
- getCrmFields() : mixed
- getEditorData() : mixed
- getList() : PublicActionResult
- Returns CRM forms.
Methods
checkFormPermission()
public
static checkFormPermission() : bool
Return values
boolgetAgreements()
public
static getAgreements() : mixed
getById()
Find just one form by ID. Return array of form fields, or empty array if not found
public
static getById(mixed $formId) : PublicActionResult
Parameters
- $formId : mixed
Return values
PublicActionResultgetCrmCategories()
public
static getCrmCategories() : mixed
getCrmCompanies()
public
static getCrmCompanies() : mixed
getCrmFields()
public
static getCrmFields([array<string|int, mixed>|null $options = null ]) : mixed
Parameters
- $options : array<string|int, mixed>|null = null
getEditorData()
public
static getEditorData(mixed $formId) : mixed
Parameters
- $formId : mixed
getList()
Returns CRM forms.
public
static getList() : PublicActionResult