Abstract Class JViewBase

Description

Implements interfaces:

Joomla Platform Base View Class

  • abstract:
  • since: 12.1

Located in /libraries/joomla/view/base.php (line 19)


	
			
Direct descendents
Class Description
Abstract class JViewHtml Joomla Platform HTML View Class
Variable Summary
Method Summary
 JViewBase __construct (JModel $model)
 string escape (string $output)
Variables
JModel $model (line 27)

The model object.

  • since: 12.1
  • access: protected

Redefined in descendants as:
Methods
Constructor __construct (line 36)

Method to instantiate the view.

  • since: 12.1
  • access: public
JViewBase __construct (JModel $model)
  • JModel $model: The model object.

Redefined in descendants as:
escape (line 52)

Method to escape output.

  • return: The escaped output.
  • see: JView::escape()
  • since: 12.1
  • access: public
string escape (string $output)
  • string $output: The output to escape.

Implementation of:
JView::escape()
Method to escape output.

Redefined in descendants as:

Documentation generated on Tue, 19 Nov 2013 14:54:24 +0100 by phpDocumentor 1.4.3