Back to Joomla project (class list)

Class ViewLevel - list of methods

Viewlevels table class.

Extends

Package: Joomla\CMS\Table
Copyright: (C) 2009 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Table/ViewLevel.php
Project: Joomla

Method Summary

public
(\Joomla\Database\DatabaseDriver $db)

Constructor
Parameters
  • \Joomla\Database\DatabaseDriver $db Database driver object.
Since
  • 1.7.0
Show source code of this method: __construct Source Code

public bool
(mixed $array, mixed $ignore = '')

Method to bind the data.
Parameters
  • array $array The data to bind.
  • mixed $ignore An array or space separated list of fields to ignore.
Returns
  • bool True on success, false on failure.
Since
  • 1.7.0
Show source code of this method: bind Source Code

public bool
()

Method to check the current record to save
Returns
  • bool True on success
Since
  • 1.7.0
Show source code of this method: check Source Code

Tags Summary

Since
1.7.0