Class UsersViewNotes

Description

User notes list view

  • since: 2.5

Located in /administrator/components/com_users/views/notes/view.html.php (line 19)

JObject
   |
   --JViewLegacy
      |
      --UsersViewNotes
Variable Summary
Method Summary
 void addToolbar ()
 mixed display ([string $tpl = null])
 array getSortFields ()
Variables
array $items (line 27)

A list of user note objects.

  • since: 2.5
  • access: protected
JPagination $pagination (line 35)

The pagination object.

  • since: 2.5
  • access: protected
JObject $state (line 43)

The model state.

  • since: 2.5
  • access: protected
JUser $user (line 51)

The model state.

  • since: 2.5
  • access: protected

Inherited Variables

Inherited from JViewLegacy

JViewLegacy::$_basePath
JViewLegacy::$_charset
JViewLegacy::$_defaultModel
JViewLegacy::$_escape
JViewLegacy::$_layout
JViewLegacy::$_layoutExt
JViewLegacy::$_layoutTemplate
JViewLegacy::$_models
JViewLegacy::$_name
JViewLegacy::$_output
JViewLegacy::$_path
JViewLegacy::$_template

Inherited from JObject

JObject::$_errors
Methods
addToolbar (line 100)

Display the toolbar.

  • since: 2.5
  • access: protected
void addToolbar ()
display (line 62)

Override the display method for the view.

  • return: A string if successful, otherwise a JError object.
  • since: 2.5
  • access: public
mixed display ([string $tpl = null])
  • string $tpl: The name of the template file to parse; automatically searches through the template paths.

Redefinition of:
JViewLegacy::display()
Execute and display a template script.
getSortFields (line 167)

Returns an array of fields the table can be sorted by

  • return: Array containing the field name to sort by as the key and display text as value
  • since: 3.0
  • access: protected
array getSortFields ()

Inherited Methods

Inherited From JViewLegacy

 JViewLegacy::__construct()
 JViewLegacy::addHelperPath()
 JViewLegacy::addTemplatePath()
 JViewLegacy::assign()
 JViewLegacy::assignRef()
 JViewLegacy::display()
 JViewLegacy::escape()
 JViewLegacy::get()
 JViewLegacy::getForm()
 JViewLegacy::getLayout()
 JViewLegacy::getLayoutTemplate()
 JViewLegacy::getModel()
 JViewLegacy::getName()
 JViewLegacy::loadHelper()
 JViewLegacy::loadTemplate()
 JViewLegacy::setEscape()
 JViewLegacy::setLayout()
 JViewLegacy::setLayoutExt()
 JViewLegacy::setModel()
 JViewLegacy::_addPath()
 JViewLegacy::_createFileName()
 JViewLegacy::_setPath()

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:18:09 +0100 by phpDocumentor 1.4.3