Bitrix API

DuplicateStatus

Class DuplicateStatus

Table of Contents

Constants

CONFLICT  = 2
CONFLICT_NAME  = 'CONFLICT'
ERROR  = 4
ERROR_NAME  = 'ERROR'
PENDING  = 1
PENDING_NAME  = 'PENDING'
POSTPONED  = 3
POSTPONED_NAME  = 'POSTPONED'
UNDEFINED  = 0

Methods

isDefined()  : bool
Check if specified type ID is defined.
resolveID()  : int
Try to resolve type ID by name.
resolveName()  : string
Try to resolve type name by ID.

Constants

Methods

isDefined()

Check if specified type ID is defined.

public static isDefined(int $ID) : bool
Parameters
$ID : int

Type ID.

Return values
bool

resolveID()

Try to resolve type ID by name.

public static resolveID(string $name) : int
Parameters
$name : string

Type name.

Return values
int

resolveName()

Try to resolve type name by ID.

public static resolveName(int $ID) : string
Parameters
$ID : int

Type ID.

Return values
string

        
On this page

Search results