Bitrix API

BusinessType implements IField

FinalYes

Table of Contents

Interfaces

IField

Constants

BUSINESS_VERTICAL_ECOMMERCE  = "ECOMMERCE"
BUSINESS_VERTICAL_SERVICES  = "SERVICES"

Methods

available()  : bool
check if field is available
checkValue()  : bool
check type
getDefaultValue()  : string
get default value
required()  : bool
check if field is required

Constants

BUSINESS_VERTICAL_ECOMMERCE

public mixed BUSINESS_VERTICAL_ECOMMERCE = "ECOMMERCE"

BUSINESS_VERTICAL_SERVICES

public mixed BUSINESS_VERTICAL_SERVICES = "SERVICES"

Methods

available()

check if field is available

public static available() : bool
Tags
inheritDoc
Return values
bool

checkValue()

check type

public static checkValue(mixed $value) : bool
Parameters
$value : mixed
Return values
bool

getDefaultValue()

get default value

public static getDefaultValue() : string
Return values
string

required()

check if field is required

public static required() : bool
Tags
inheritDoc
Return values
bool

        
On this page

Search results