Base class for a Joomla View
Class holding methods for displaying presentation data.
Located in /libraries/legacy/view/legacy.php (line 21)
JObject | --JViewLegacy
Class | Description |
---|---|
![]() |
HTML View class for the Admin component |
![]() |
View class to allow users edit their own profile. |
![]() |
Sysinfo View class for the Admin component |
![]() |
View to edit a banner. |
![]() |
View class for a list of banners. |
![]() |
View to edit a client. |
![]() |
View class for a list of clients. |
![]() |
View class for download a list of tracks. |
![]() |
View class for a list of tracks. |
![]() |
HTML View class for the Cache component |
![]() |
HTML View class for the Cache component |
![]() |
Categories view class for the Category package. |
![]() |
HTML View class for the Categories component |
![]() |
HTML View class for the Checkin component |
![]() |
|
![]() |
View class for a list of contacts. |
![]() |
HTML Article View class for the Content component |
![]() |
View class for a list of articles. |
![]() |
Frontpage View class |
![]() |
View class for a list of contenthistory. |
![]() |
View class for a list of contenthistory. |
![]() |
View class for a list of contenthistory. |
![]() |
HTML View class for the Cpanel component |
![]() |
Filter view class for Finder. |
![]() |
Filters view class for Finder. |
![]() |
Index view class for Finder. |
![]() |
Indexer view class for Finder. |
![]() |
Groups view class for Finder. |
![]() |
Statistics view class for Finder. |
![]() |
Extension Manager Default View |
![]() |
Joomla! Update's Default View |
![]() |
Joomla! Update's Update View |
![]() |
Displays a list of the installed languages. |
![]() |
HTML View class for the Languages component |
![]() |
HTML Languages View class for the Languages component |
![]() |
Displays the multilang status. |
![]() |
View to edit an language override |
![]() |
View for language overrides list |
![]() |
HTML View class for the Login component |
![]() |
HTML View class for the Media component |
![]() |
HTML View class for the Media component |
![]() |
HTML View class for the Media component |
![]() |
HTML View class for the Media component |
![]() |
The HTML Menus Menu Item View. |
![]() |
The HTML Menus Menu Items View. |
![]() |
The HTML Menus Menu Item View. |
![]() |
The HTML Menus Menu Menus View. |
![]() |
The HTML Menus Menu Item TYpes View. |
![]() |
View to edit messages user configuration. |
![]() |
HTML View class for the Messages component |
![]() |
View class for a list of messages. |
![]() |
View to edit a module. |
![]() |
View class for a list of modules. |
![]() |
|
![]() |
HTML View class for the Modules component |
![]() |
HTML View class for the Modules component |
![]() |
HTML View class for the Newsfeeds component |
![]() |
View class for a list of newsfeeds. |
![]() |
View to edit a plugin. |
![]() |
View class for a list of plugins. |
![]() |
View to edit a redirect link. |
![]() |
View class for a list of redirection links. |
![]() |
View class for a list of search terms. |
![]() |
HTML View class for the Tags component |
![]() |
HTML View class for the Tags component |
![]() |
View to edit a template style. |
![]() |
View class for a list of template styles. |
![]() |
View to edit a template style. |
![]() |
View class for a list of template styles. |
![]() |
View class for a list of users. |
![]() |
View class for a list of users. |
![]() |
View to edit a user group. |
![]() |
View class for a list of user groups. |
![]() |
View to edit a user view level. |
![]() |
The HTML Users access levels view. |
![]() |
Users mail view. |
![]() |
User note edit view |
![]() |
User notes list view |
![]() |
|
![]() |
View class for a list of users. |
![]() |
HTML View class for the WebLinks component |
![]() |
View class for a list of weblinks. |
![]() |
Frontpage View class |
![]() |
HTML View class for the Content component |
![]() |
HTML Article View class for the Content component |
![]() |
OpenSearch View class for Finder |
![]() |
|
![]() |
|
![]() |
OpenSearch View class for the Search component |
![]() |
Login view class for Users. |
![]() |
Profile view class for Users. |
![]() |
Registration view class for Users. |
![]() |
Registration view class for Users. |
![]() |
Reset view class for Users. |
![]() |
HTML Article View class for the Weblinks component |
![]() |
|
![]() |
Categories view base class. |
![]() |
Base HTML View class for the a Category list |
![]() |
Base feed View class for a category |
The base path of the view
Charset to use in escaping mechanisms; defaults to urf8 (UTF-8)
The default model
Callback for escaping.
Layout name
Layout extension
Layout template
Registered models
The name of the view
The output of the template script.
The set of search directories for resources (templates)
The name of the default template source file.
Inherited from JObject
JObject::$_errors
Constructor
Adds to the stack of helper script paths in LIFO order.
Adds to the stack of view script paths in LIFO order.
Assigns variables to the view script via differing strategies.
This method is overloaded; you can assign all the properties of an object, an associative array, or a single value by name.
You are not allowed to set variables that begin with an underscore; these are either private properties for JView or private variables within the template script itself.
Assign variable for the view (by reference).
You are not allowed to set variables that begin with an underscore; these are either private properties for JView or private variables within the template script itself.
Execute and display a template script.
Escapes a value for output in a view script.
If escaping mechanism is either htmlspecialchars or htmlentities, uses $_encoding setting.
Method to get data from a registered model or a property of the view
Method to get the model object
Method to get the view name
The model name by default parsed using the classname, or it can be set by passing a $config['name'] in the class constructor
Load a helper file
Load a template file -- first look in the templates folder for an override
Sets the _escape() callback.
Sets the layout name to use
Allows a different extension for the layout files to be used
Method to add a model to the view. We support a multiple model single
view system by which models are referenced by classname. A caveat to the classname referencing is that any classname prepended by JModel will be referenced by the name without JModel, eg. JModelCategory is just Category.
Adds to the search path for templates and resources.
Create the filename for a resource
Sets an entire array of search paths for templates or resources.
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
Documentation generated on Tue, 19 Nov 2013 15:06:51 +0100 by phpDocumentor 1.4.3