Previous Page
Properties

Solar_App_Base_Helper_Head
Methods

Next Page
__construct()

Methods

Public

__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-Equivalent tag.
addMetaName()
Adds a <meta> name 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 <style> tag as part of the "additional" (override) styles.
addStyleBase()
Adds a <style> tag as part of the "baseline" (foundation) styles.
apiVersion()
Reports the API version for this class.
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.
head()
Main helper method; fluent interface.
locale()
Looks up class-specific locale strings based on a key.
setBase()
Sets the <base> URI string.
setIndent()
Sets the indent string.
setTitle()
Sets the <title> string.

Protected

_exception()
Convenience method for returning exceptions with localized text.
_fetchScriptInline()
Returns all inline scripts wrapped in a jQuery "$document.ready()" call.

Private

None.