Class TMetaTag

Description

TMetaTag class.

TMetaTag represents a meta tag appearing in a page head section. You can set its ID, HttpEquiv, Name, Content, Scheme properties, which correspond to id, http-equiv, name, content, and scheme attributes for a meta tag, respectively.

Located in /Web/UI/WebControls/THead.php (line 174)

TComponent
   |
   --TMetaTag
Method Summary
string getContent ()
string getHttpEquiv ()
string getID ()
string getName ()
string getScheme ()
void render (THtmlWriter $writer)
void setContent (string $value)
void setHttpEquiv (string $value)
void setID (string $value)
void setName (string $value)
void setScheme (string $value)
Methods
getContent (line 248)
  • return: content attribute of the meta tag
  • access: public
string getContent ()
getHttpEquiv (line 216)
  • return: http-equiv attribute of the meta tag
  • access: public
string getHttpEquiv ()
getID (line 200)
  • return: id of the meta tag
  • access: public
string getID ()
getName (line 232)
  • return: name attribute of the meta tag
  • access: public
string getName ()
getScheme (line 264)
  • return: scheme attribute of the meta tag
  • access: public
string getScheme ()
render (line 281)

Renders the meta tag.

  • access: public
void render (THtmlWriter $writer)
  • THtmlWriter $writer: writer for the rendering purpose
setContent (line 256)
  • access: public
void setContent (string $value)
  • string $value: content attribute of the meta tag
setHttpEquiv (line 224)
  • access: public
void setHttpEquiv (string $value)
  • string $value: http-equiv attribute of the meta tag
setID (line 208)
  • access: public
void setID (string $value)
  • string $value: id of the meta tag
setName (line 240)
  • access: public
void setName (string $value)
  • string $value: name attribute of the meta tag
setScheme (line 272)
  • access: public
void setScheme (string $value)
  • string $value: scheme attribute of the meta tag

Inherited Methods

Inherited From TComponent

TComponent::attachEventHandler()
TComponent::canGetProperty()
TComponent::canSetProperty()
TComponent::detachEventHandler()
TComponent::evaluateExpression()
TComponent::evaluateStatements()
TComponent::getEventHandlers()
TComponent::getSubProperty()
TComponent::hasEvent()
TComponent::hasEventHandler()
TComponent::hasProperty()
TComponent::raiseEvent()
TComponent::setSubProperty()
TComponent::__get()
TComponent::__set()

Documentation generated on Sun, 04 Jun 2006 18:59:26 -0400 by phpDocumentor 1.3.0RC4