Base class for a Joomla View
Class holding methods for displaying presentation data.
Located in /libraries/joomla/application/component/view.php (line 21)
JObject | --JView
Class | Description |
---|---|
MailtoViewSent | |
CpanelViewCpanel | HTML View class for the Cpanel component |
AdminViewProfile | |
AdminViewHelp | HTML View class for the Admin component |
AdminViewSysinfo | Sysinfo View class for the Admin component |
CheckinViewCheckin | HTML View class for the Checkin component |
ModulesViewPositions | |
ModulesViewModule | View to edit a module. |
ModulesViewPreview | HTML View class for the Modules component |
ModulesViewModules | View class for a list of modules. |
ModulesViewSelect | HTML View class for the Modules component |
MessagesViewMessage | HTML View class for the Messages component |
MessagesViewConfig | View to edit messages user configuration. |
MessagesViewMessages | View class for a list of messages. |
UsersViewGroup | View to edit a user group. |
UsersViewMail | Users mail view. |
UsersViewUser | |
UsersViewLevel | View to edit a user view level. |
UsersViewDebugUser | View class for a list of users. |
UsersViewGroups | View class for a list of user groups. |
UsersViewDebugGroup | View class for a list of users. |
UsersViewNote | User note edit view |
UsersViewLevels | The HTML Users access levels view. |
UsersViewUsers | View class for a list of users. |
UsersViewNotes | User notes list view |
NewsfeedsViewNewsfeed | View to edit a newsfeed. |
NewsfeedsViewNewsfeeds | View class for a list of newsfeeds. |
ConfigViewComponent | |
ConfigViewApplication | |
ConfigViewClose | This view is displayed after successfull saving of config data. |
LanguagesViewOverrides | View for language overrides list |
LanguagesViewLanguages | HTML Languages View class for the Languages component |
LanguagesViewOverride | View to edit an language override |
LanguagesViewInstalled | Displays a list of the installed languages. |
LanguagesViewMultilangstatus | Displays the multilang status. |
LanguagesViewLanguage | HTML View class for the Languages component |
WeblinksViewWeblinks | View class for a list of weblinks. |
WeblinksViewWeblink | View to edit a weblink. |
PluginsViewPlugin | View to edit a plugin. |
PluginsViewPlugins | View class for a list of plugins. |
InstallerViewDefault | Extension Manager Default View |
CategoriesViewCategory | HTML View class for the Categories component |
CategoriesViewCategories | Categories view class for the Category package. |
RedirectViewLink | View to edit a redirect link. |
RedirectViewLinks | View class for a list of redirection links. |
TemplatesViewPrevuuw | HTML View class for the Templates component |
TemplatesViewStyle | View to edit a template style. |
TemplatesViewTemplate | View to edit a template style. |
TemplatesViewStyles | View class for a list of template styles. |
TemplatesViewTemplates | View class for a list of template styles. |
TemplatesViewSource | View to edit a template style. |
FinderViewIndexer | Indexer view class for Finder. |
FinderViewStatistics | Statistics view class for Finder. |
FinderViewFilters | Filters view class for Finder. |
FinderViewIndex | Index view class for Finder. |
FinderViewFilter | Filter view class for Finder. |
FinderViewMaps | Groups view class for Finder. |
MediaViewMediaList | HTML View class for the Media component |
MediaViewImagesList | HTML View class for the Media component |
MediaViewMedia | HTML View class for the Media component |
MediaViewImages | HTML View class for the Media component |
ContactViewContacts | View class for a list of contacts. |
ContactViewContact | View to edit a contact. |
JoomlaupdateViewUpdate | Joomla! Update's Update View |
JoomlaupdateViewDefault | Joomla! Update's Default View |
ContentViewFeatured | |
ContentViewArticle | View to edit an article. |
ContentViewArticles | View class for a list of articles. |
SearchViewSearches | View class for a list of search terms. |
MenusViewMenutypes | The HTML Menus Menu Item TYpes View. |
MenusViewMenus | The HTML Menus Menu Menus View. |
MenusViewMenu | The HTML Menus Menu Item View. |
MenusViewItems | The HTML Menus Menu Items View. |
MenusViewItem | The HTML Menus Menu Item View. |
BannersViewBanners | View class for a list of banners. |
BannersViewClient | View to edit a client. |
BannersViewDownload | View class for download a list of tracks. |
BannersViewBanner | View to edit a banner. |
View class for a list of tracks. | |
BannersViewClients | View class for a list of clients. |
LoginViewLogin | HTML View class for the Login component |
CacheViewCache | HTML View class for the Cache component |
CacheViewPurge | HTML View class for the Cache component |
JViewLegacy | Alias to JView for forward compatability. |
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
Get the layout.
Get the layout template.
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()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 14:01:26 -0500 by phpDocumentor 1.4.4