Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Prado
Web
UI
WebControls
TRepeaterItemCollection
PHP Класс Prado\Web\UI\WebControls\TRepeaterItemCollection
TRepeaterItemCollection represents a collection of repeater items.
С версии:
3.0
Автор:
Qiang Xue (
[email protected]
)
Наследование:
extends
Prado\Collections\TList
Показать файл
Открыть проект
Открытые методы
Метод
Описание
insertAt
(
$index
,
$item
)
Inserts an item at the specified position.
Описание методов
insertAt()
публичный
Метод
This overrides the parent implementation by inserting only objects that are descendant of {@link TControl}.
public
insertAt
(
$index
,
$item
)