[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/administrator/components/com_banners/models/ -> tracks.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 460 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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


Class: BannersModelTracks  - X-Ref

Methods supporting a list of tracks.

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

param: array    An optional associative array of configuration settings.

populateState($ordering = null, $direction = null)   X-Ref
Method to auto-populate the model state.

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


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

return: JDatabaseQuery

delete()   X-Ref
Method to delete rows.

param: array    An array of item ids.
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 category name

return: string    The category 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: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1