Overview
Helper to collect elements for the footer of the body and display them in the correct order; generally used only for scripts.
Configuration Keys
None.
Constants
None.
Public Properties
The Solar_View_Helper_Foot class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_View_Helper_Foot 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().
-
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.
-
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.
-
foot()
-
Main helper method; fluent interface.
-
locale()
-
Looks up class-specific locale strings based on a key.
-
setIndent()
-
Sets the indent string.