File/administrator/components/com_weblinks/admin.weblinks.php

Description
Includes
 require_once ($mainframe->getPath('class')) (line 20)
 require_once ($mainframe->getPath('admin_html')) (line 19)

ensure this file is being included by a parent file

Functions
cancelWeblink (line 285)

Cancels an edit operation

void cancelWeblink (string $option)
  • string $option: The current url option
editWeblink (line 131)

Compiles information to add or edit

void editWeblink (integer $option,  $id)
  • integer $option: The unique id of the record to edit (0 if new)
  • $id
orderWeblinks (line 272)

Moves the order of a record

void orderWeblinks (integer $uid,  $inc,  $option)
  • integer $uid: The increment to reorder by
  • $inc
  • $option
publishWeblinks (line 241)

Publishes or Unpublishes one or more records

void publishWeblinks ([array $cid = null], [integer $publish = 1], string $option)
  • array $cid: An array of unique category id numbers
  • integer $publish: 0 if unpublishing, 1 if publishing
  • string $option: The current url option
removeWeblinks (line 217)

Deletes one or more records

void removeWeblinks (array $cid, string $option)
  • array $cid: An array of unique category id numbers
  • string $option: The current url option
saveWeblink (line 179)

Saves the record on an edit form submit

void saveWeblink (database $option)
  • database $option: A database connector object
showWeblinks (line 77)

Compiles a list of records

void showWeblinks (database $option)
  • database $option: A database connector object

Documentation generated on Mon, 05 May 2008 16:16:40 +0400 by phpDocumentor 1.4.0