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

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

static createBySectionId (Section $section, array $availableService=null)
 
static createByUserId (int $userId, array $availableService=[])
 
static createBySection (Section $section)
 
static createByConnection (Connection $connection)
 

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

- Открытые члены унаследованные от Collection
 __construct (array $collection=[])
 
 getIterator ()
 
 count ()
 
 add ($item)
 
 addItems (array $items)
 
 remove ($key)
 
 getCollection ()
 
 fetch ()
 
 rewindGenerator ()
 
- Защищенные члены унаследованные от Collection
 fetchGenerator ()
 
- Защищенные данные унаследованные от Collection
array $collection = []
 
Generator $generator = null
 

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

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

Методы

◆ createByConnection()

static createByConnection ( Connection $connection)
static
Аргументы
Connection$connection
Возвращает
FactoriesCollection

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

◆ createBySection()

static createBySection ( Section $section)
static
Аргументы
Section$section
Возвращает
FactoriesCollection
Исключения
ArgumentException
ObjectPropertyException
SystemException

Bitrix\Main\LoaderException

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

◆ createBySectionId()

static createBySectionId ( Section $section,
array $availableService = null )
static
Исключения
ArgumentException
ObjectPropertyException
SystemException

Bitrix\Main\LoaderException

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

◆ createByUserId()

static createByUserId ( int $userId,
array $availableService = [] )
static
Аргументы
int$userId
array$availableService
Возвращает
FactoriesCollection
Исключения
ArgumentException
ObjectPropertyException
SystemException

Bitrix\Main\LoaderException

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