Member Function of JView
__construct
Visibility: public
Constructor.
_addPath
Visibility: public
Adds to the search path for templates and resources.
_createFileName
Visibility: public
Create the filename for a resource.
_setPath
Visibility: public
Sets an entire array of search paths for templates or resources.
addHelperPath
Visibility: public
Adds to the stack of helper script paths in LIFO order.
addTemplatePath
Visibility: public
Adds to the stack of view script paths in LIFO order.
assign
Visibility: public
Assigns variables to the view script via differing strategies.
assignRef
Visibility: public
Assign variable for the view (by reference).
display
Visibility: public
Execute and display a template script.
escape
Visibility: public
Escapes a value for output in a view script.
get
Visibility: public
Method to get data from a registered model or a property of the view.
getLayout
Visibility: public
Get the layout.
getLayoutTemplate
Visibility: public
Get the layout template.
getModel
Visibility: public
Method to get the model object.
getName
Visibility: public
Method to get the view name.
loadHelper
Visibility: public
Load a helper file.
loadTemplate
Visibility: public
Load a template file -- first look in the templates folder for an override.
setEscape
Visibility: public
Sets the _escape() callback.
setLayout
Visibility: public
Sets the layout name to use.
setLayoutExt
Visibility: public
Allows a different extension for the layout files to be used.
setModel
Visibility: public
Method to add a model to the view.
- 21 views