Header components are identical to Block components with the only exception that their type is set to
.
are the basic units that can be displayed on the screen. The main method
- Components
which renders the component on the screen.
- render()
Located in /harmoni/core/GUIManager/Components/Header.class.php (line 20)
ComponentInterface | --Component | --Header
Inherited from Component
Component::$_content
Component::$_id
Component::$_index
Component::$_postHTML
Component::$_preHTML
Component::$_styleCollections
Component::$_type
The constructor.
would do.
- addStyle()
method. The parameter is required.
- render()
and
- getStylesForComponentType()
methods.
- addStyleForComponentType()
Inherited From Component
Component::Component()
Component::addStyle()
Component::getId()
Component::getIndex()
Component::getPostHTML()
Component::getPreHTML()
Component::getStyle()
Component::getStyles()
Component::getType()
Component::removeStyle()
Component::render()
Component::setId()
Component::setPostHTML()
Component::setPreHTML()
Inherited From ComponentInterface
ComponentInterface::addStyle()
ComponentInterface::getIndex()
ComponentInterface::getPostHTML()
ComponentInterface::getPreHTML()
ComponentInterface::getStyle()
ComponentInterface::getStyles()
ComponentInterface::getType()
ComponentInterface::removeStyle()
ComponentInterface::render()
ComponentInterface::setPostHTML()
ComponentInterface::setPreHTML()
Documentation generated on Wed, 19 Sep 2007 10:24:25 -0400 by phpDocumentor 1.3.0RC3