|
Previous Class |
Solar_View_Helper_Head |
Next Page |
Solar_View_Helper_Head
Helper to collect <head> elements and display them in the correct order.
Package
This class is part of the Array package.
Inheritance:
- Solar_Base
- Solar_View_Helper
- Solar_View_Helper_Head
- Solar_View_Helper
Configuration Keys
None.
Constants
None.
Public Properties
The Solar_View_Helper_Head class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_View_Helper_Head class.
You can also view the list of all public, protected, and private methods.
__construct()- Constructor.
__destruct()- Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
addLink()- Adds a <link> tag.
addMeta()- Adds a <meta> tag.
addMetaHttp()- Adds a
<meta http-equiv="" content="">tag. addMetaName()- Adds a
<meta name="" content="">tag. addScript()- Adds a <script> tag as part of the "additional" (override) scripts.
addScriptBase()- Adds a <script> tag as part of the "baseline" (foundation) scripts.
addScriptInline()- Adds a <script> tag with inline code.
addStyle()- Adds a <link> tag as part of the "additional" (override) styles.
addStyleBase()- Adds a <link> tag as part of the "baseline" (foundation) styles.
addTitle()- Appends to the end of the current <title> string.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
fetch()- Builds and returns all the tags for the <head> section.
getTitle()- Returns the current title string.
head()- Main helper method; fluent interface.
locale()- Looks up class-specific locale strings based on a key.
preTitle()- Prepends to the beginning of the current <title> string.
setBase()- Sets the <base> URI string.
setIndent()- Sets the indent string.
setTitle()- Sets the <title> string.
Local
- Overview
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _buildConfig()
- _exception()
- _fetchScriptInline()
- _postConfig()
- _postConstruct()
- _preConfig()
- addLink()
- addMeta()
- addMetaHttp()
- addMetaName()
- addScript()
- addScriptBase()
- addScriptInline()
- addStyle()
- addStyleBase()
- addTitle()
- dump()
- fetch()
- getTitle()
- head()
- locale()
- preTitle()
- setBase()
- setIndent()
- setTitle()