Public Member Functions | Protected Attributes

Zend_View_Helper_InlineScript Class Reference

Inheritance diagram for Zend_View_Helper_InlineScript:
Zend_View_Helper_HeadScript Zend_View_Helper_Placeholder_Container_Standalone Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 inlineScript ($mode=Zend_View_Helper_HeadScript::FILE, $spec=null, $placement= 'APPEND', array $attrs=array(), $type= 'text/javascript')

Protected Attributes

 $_regKey = 'Zend_View_Helper_InlineScript'

Detailed Description

Definition at line 36 of file InlineScript.php.


Member Function Documentation

inlineScript ( mode = Zend_View_Helper_HeadScript::FILE,
spec = null,
placement = 'APPEND',
array $  attrs = array(),
type = 'text/javascript' 
)

Return InlineScript object

Returns InlineScript helper object; optionally, allows specifying a script or script file to include.

Parameters:
string$modeScript or file
string$specScript/url
string$placementAppend, prepend, or set
array$attrsArray of script attributes
string$typeScript type and/or array of script attributes
Returns:
Zend_View_Helper_InlineScript

Definition at line 57 of file InlineScript.php.


The documentation for this class was generated from the following file: