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

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

static find (array $filter, array $order=['ID'=> 'ASC'], ?int $limit=null, ?Context $context=null)
 
static getRestEntityName ()
 
- Открытые статические члены унаследованные от EntityCollection
static initByArray (array $entities)
 

Защищенные статические члены

static processFilters (Query $query, array $filter, array $order)
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от EntityCollection
 getPopupData (array $excludedList=[])
 
 getUnique ()
 
 getIds ()
 
 getById (int $id)
 
 toRestFormat (array $option=[])
 
 offsetSet ($offset, $value)
 
- Открытые члены унаследованные от Registry
 unsetByKeys (array $keys)
 
 filter (callable $predicate)
 
 getAny ()
 
- Защищенные данные унаследованные от EntityCollection
array $entitiesWithId = []
 

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

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

Методы

◆ find()

static find ( array $filter,
array $order = ['ID' => 'ASC'],
?int $limit = null,
?Context $context = null )
static

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

◆ getRestEntityName()

static getRestEntityName ( )
static

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

Возвращает
string

Замещает RestConvertible.

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

◆ processFilters()

static processFilters ( Query $query,
array $filter,
array $order )
staticprotected

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