PHP Класс Prado\Web\UI\WebControls\TMetaTagCollection

TMetaTagCollection represents a collection of meta tags contained in a {@link THead} control.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\Collections\TList
Показать файл Открыть проект

Открытые методы

Метод Описание
findIndexByID ( $id ) : integer Finds the lowest cardinal index of the meta tag whose id is the one being looked for.
findMetaTagByID ( $id ) : TMetaTag Finds the item whose value is the one being looked for.
insertAt ( $index, $item ) Inserts an item at the specified position.

Описание методов

findIndexByID() публичный Метод

Finds the lowest cardinal index of the meta tag whose id is the one being looked for.
public findIndexByID ( $id ) : integer
Результат integer the index of the meta tag found, -1 if not found.

findMetaTagByID() публичный Метод

Finds the item whose value is the one being looked for.
public findMetaTagByID ( $id ) : TMetaTag
Результат TMetaTag the meta tag found, null if not found.

insertAt() публичный Метод

This overrides the parent implementation by performing type check on the item being added.
public insertAt ( $index, $item )