Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Department
+ Граф наследования:Department:

Открытые члены

 __construct (int $id)
 
 getId ()
 
 getDepth ()
 
 getName ()
 
 isExist ()
 
 toRestFormat (array $option=[])
 

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

static getRestEntityName ()
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( int $id)

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

Методы

◆ getDepth()

getDepth ( )

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

◆ getId()

getId ( )

Returns the id of the entity

Возвращает
int|null

Замещает Entity.

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

◆ getName()

getName ( )

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

◆ getRestEntityName()

static getRestEntityName ( )
static

Returns the name of the entity that will be used in the rest response

Возвращает
string

Замещает RestConvertible.

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

◆ isExist()

isExist ( )

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

◆ toRestFormat()

toRestFormat ( array $option = [])

Returns an array in JSON like format to return the entity as a rest response.

Аргументы
array$option
Возвращает
array

Замещает RestConvertible.

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