[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_banners/src/Model/ -> TracksModel.php (summary)

(no description)

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

Defines 1 class

TracksModel:: (10 methods):
  __construct()
  populateState()
  getListQuery()
  delete()
  getBaseName()
  getCategoryName()
  getClientName()
  getFileType()
  getMimeType()
  getContent()


Class: TracksModel  - X-Ref

Methods supporting a list of tracks.

__construct($config = array()   X-Ref
Constructor.

param: array  $config  An optional associative array of configuration settings.

populateState($ordering = 'b.name', $direction = 'asc')   X-Ref
Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

param: string  $ordering   An optional ordering field.
param: string  $direction  An optional direction (asc|desc).
return: void

getListQuery()   X-Ref
Build an SQL query to load the list data.

return: \Joomla\Database\DatabaseQuery

delete()   X-Ref
Method to delete rows.

return: boolean  Returns true on success, false on failure.

getBaseName()   X-Ref
Get file name

return: string  The file name

getCategoryName()   X-Ref
Get the category name.

return: string  The category name

getClientName()   X-Ref
Get the client name

return: string  The client name.

getFileType()   X-Ref
Get the file type.

return: string  The file type

getMimeType()   X-Ref
Get the mime type.

return: string  The mime type.

getContent()   X-Ref
Get the content

return: string  The content.



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