Back to Joomla project (class list)

Class Menu - list of methods

Menu table

Extends

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

Method Summary

public
(\Joomla\Database\DatabaseDriver $db)

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

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

Overloaded bind function
Parameters
  • array $array Named array
  • mixed $ignore An optional array or space separated list of properties to ignore while binding.
Returns
  • mixed Null if operation was satisfactory, otherwise returns an error
Since
  • 1.5
-
  • \Joomla\CMS\Table\Table::bind()
Show source code of this method: bind Source Code

public bool
()

Overloaded check function
Returns
  • bool True on success
Since
  • 1.5
-
  • \Joomla\CMS\Table\Table::check()
Show source code of this method: check Source Code

public mixed
(mixed $updateNulls = true)

Overloaded store function
Parameters
  • bool $updateNulls True to update fields even if they are null.
Returns
  • mixed False on failure, positive integer on success.
Since
  • 1.6
-
  • \Joomla\CMS\Table\Table::store()
Show source code of this method: store Source Code

Properties Summary

protected bool
$_supportNullValue
Indicates that columns fully support the NULL value in the database
Since
  • 4.0.0

Tags Summary

Since
1.5