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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )