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

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

 __construct (?array $fields=null)
 
 hydrate (array $fields)
 
 getId ()
 
 toRestFormat (array $option=[])
 

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

static getRestEntityName ()
 

Открытые атрибуты

int $id = null
 
string $placement = null
 
string $title = null
 
int $restApplicationId = null
 
array $options = null
 
int $order = null
 

Защищенные члены

 toRestFormatOptions ()
 

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

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

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

◆ __construct()

__construct ( ?array $fields = null)

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

Методы

◆ getId()

getId ( )

@inheritDoc

Замещает Entity.

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

◆ getRestEntityName()

static getRestEntityName ( )
static

@inheritDoc

Замещает RestConvertible.

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

◆ hydrate()

hydrate ( array $fields)

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

◆ toRestFormat()

toRestFormat ( array $option = [])

@inheritDoc

Замещает RestConvertible.

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

◆ toRestFormatOptions()

toRestFormatOptions ( )
protected

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

Данные класса

◆ $id

int $id = null

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

◆ $options

array $options = null

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

◆ $order

int $order = null

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

◆ $placement

string $placement = null

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

◆ $restApplicationId

int $restApplicationId = null

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

◆ $title

string $title = null

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