[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_tags/src/Table/ -> TagTable.php (summary)

(no description)

Copyright: (C) 2013 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 236 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

TagTable:: (5 methods):
  __construct()
  check()
  store()
  delete()
  getTypeAlias()


Class: TagTable  - X-Ref

Tags table

__construct(DatabaseDriver $db)   X-Ref
Constructor

param: DatabaseDriver  $db  A database connector object

check()   X-Ref
Overloaded check method to ensure data integrity.

return: boolean  True on success.

store($updateNulls = true)   X-Ref
Overridden \JTable::store to set modified data and user id.

param: boolean  $updateNulls  True to update fields even if they are null.
return: boolean  True on success.

delete($pk = null, $children = false)   X-Ref
Method to delete a node and, optionally, its child nodes from the table.

param: integer  $pk        The primary key of the node to delete.
param: boolean  $children  True to delete child nodes, false to move them up a level.
return: boolean  True on success.

getTypeAlias()   X-Ref
Get the type alias for the history table

return: string  The alias as described above



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer