PHP 클래스 Prado\Web\UI\WebControls\TMetaTag

TMetaTag represents a meta tag appearing in a page head section. You can set its {@link setID ID}, {@link setHttpEquiv HttpEquiv}, {@link setName Name}, {@link setContent Content}, {@link setScheme Scheme} properties, which correspond to id, http-equiv, name, content, and scheme attributes for a meta tag, respectively.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TComponent
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getContent ( ) : string
getHttpEquiv ( ) : string
getID ( ) : string
getName ( ) : string
getScheme ( ) : string
render ( $writer ) Renders the meta tag.
setContent ( $value )
setHttpEquiv ( $value )
setID ( $value )
setName ( $value )
setScheme ( $value )

메소드 상세

getContent() 공개 메소드

public getContent ( ) : string
리턴 string content attribute of the meta tag

getHttpEquiv() 공개 메소드

public getHttpEquiv ( ) : string
리턴 string http-equiv attribute of the meta tag

getID() 공개 메소드

public getID ( ) : string
리턴 string id of the meta tag

getName() 공개 메소드

public getName ( ) : string
리턴 string name attribute of the meta tag

getScheme() 공개 메소드

public getScheme ( ) : string
리턴 string scheme attribute of the meta tag

render() 공개 메소드

Renders the meta tag.
public render ( $writer )

setContent() 공개 메소드

public setContent ( $value )

setHttpEquiv() 공개 메소드

public setHttpEquiv ( $value )

setID() 공개 메소드

public setID ( $value )

setName() 공개 메소드

public setName ( $value )

setScheme() 공개 메소드

public setScheme ( $value )