Provide Layout support for MVC applications
Located in /Layout.php (line 30)
Instance registered with MVC, if any
Placeholder container for layout variables
Key used to store content from 'default' named response segment
Are layouts enabled?
Helper class
Inflector used to resolve layout script
Flag: is inflector enabled?
Inflector target
Layout view
Flag: is MVC integration enabled?
Flag: is MVC successful action only flag set?
Plugin class
Layout view script path
View script suffix for layout script
Retrieve MVC instance of Zend_Layout object
Reset MVC instance
Unregisters plugins and helpers, and destroys MVC layout instance.
Static method for initialization with MVC support
Constructor
Accepts either:
If mvcEnabled flag is false from options, simply sets layout script path. Otherwise, also instantiates and registers action helper and controller plugin.
Assign one or more layout variables
Retrieve content key
Retrieve helper class
Retrieve inflector target
Get current layout script
Get current layout script path
Retrieve MVC enabled flag
Get MVC Successful Action Only Flag
Retrieve plugin class
Get current view object
If no view object currently set, retrieves it from the ViewRenderer.
Retrieve layout view script suffix
Return status of inflector enabled flag
Is layout enabled?
Render layout
Sets internal script path as last path on script path stack, assigns layout variables to view, determines layout name using inflector, and renders layout view script.
$name will be passed to the inflector as the key 'script'.
Set content key
Key in namespace container denoting default content
Set helper class
Set inflector to use when resolving layout names
Set inflector target
Set layout script to use
Note: enables layout by default, can be disabled
Set layout script path
Set MVC Successful Action Only flag
Set plugin class
Set layout view script suffix
Initialize action helper
Initialize MVC integration
Initialize front controller plugin
Initialize placeholder container for layout vars
Set MVC enabled flag
Get layout variable
Is a layout variable set?
Set layout variable
Unset a layout variable?
Documentation generated on Mon, 21 Jun 2010 15:30:36 -0400 by phpDocumentor 1.4.3