Bitrix API

Order implements Entity, Nameable

Table of Contents

Interfaces

Entity
Nameable

Methods

__construct()  : mixed
getFields()  : array<string|int, mixed>
Returns list of value names for this entity.
getFieldTitle()  : mixed
getLangName()  : mixed
getValue()  : mixed
Returns value by its name.
hasAccess()  : bool
isLoaded()  : bool

Methods

__construct()

public __construct(mixed $id[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$id : mixed
$options : array<string|int, mixed> = []

getFields()

Returns list of value names for this entity.

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFieldTitle()

public getFieldTitle(mixed $fieldName) : mixed
Parameters
$fieldName : mixed

getLangName()

public static getLangName() : mixed

getValue()

Returns value by its name.

public getValue(string $name) : mixed
Parameters
$name : string

hasAccess()

public hasAccess(int $userId) : bool
Parameters
$userId : int
Return values
bool

isLoaded()

public isLoaded() : bool
Return values
bool

        
On this page

Search results