1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс CollectionBase
Граф наследования:CollectionBase:
OrderArchiveCollection EntityCollection

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

 getIterator ()
 offsetExists ($offset)
 offsetGet ($offset)
 offsetSet ($offset, $value)
 offsetUnset ($offset)
 count ()
 current ()
 next ()
 key ()
 valid ()
 rewind ()
 isEmpty ()
 toArray ()

Защищенные данные

 $collection = array()

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

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

Методы

◆ count()

count ( )

Count elements of an object

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

◆ current()

current ( )

Return the current element

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

◆ getIterator()

getIterator ( )
Возвращает
\ArrayIterator

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

◆ isEmpty()

isEmpty ( )

Checks if collection is empty.

Возвращает
bool

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

◆ key()

key ( )

Return the key of the current element

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

◆ next()

next ( )

Move forward to next element

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

◆ offsetExists()

offsetExists ( $offset)

Whether a offset exists

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

◆ offsetGet()

offsetGet ( $offset)

Offset to retrieve

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

◆ offsetSet()

offsetSet ( $offset,
$value )

Offset to set

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

◆ offsetUnset()

offsetUnset ( $offset)

Offset to unset

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

◆ rewind()

rewind ( )

Rewind the Iterator to the first element

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

◆ toArray()

toArray ( )

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

◆ valid()

valid ( )

Checks if current position is valid

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

Поля

◆ $collection

$collection = array()
protected

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


Объявления и описания членов класса находятся в файле: