/administrator/components/com_newsfeeds/admin.newsfeeds.php

Description
  • license: GNU/GPL Mambo is Free Software
  • copyright: (C) 2000 - 2005 Miro International Pty Ltd
  • version: $Id: admin.newsfeeds.php,v 1.6 2005/02/16 10:38:13 stingrey Exp $
Includes
require_once ($mainframe->getPath('class')) (line 21)
require_once ($mainframe->getPath('admin_html')) (line 20)

ensure this file is being included by a parent file

Functions
cancelNewsFeed (line 258)

Cancels an edit operation

void cancelNewsFeed (string $option)
  • string $option: The current GET/POST option
editNewsFeed (line 127)

Creates a new or edits and existing user record

void editNewsFeed (int $id, string $option)
  • int $id: The id of the user, 0 if a new entry
  • string $option: The current GET/POST option
orderNewsFeed (line 273)

Moves the order of a record

void orderNewsFeed (integer $id, integer $inc, string $option)
  • integer $id: The id of the record to move
  • integer $inc: The direction to reorder, +1 down, -1 up
  • string $option: The current GET/POST option
publishNewsFeeds (line 198)

Publishes or Unpublishes one or more modules

void publishNewsFeeds (array $cid, integer $publish, string $option)
  • array $cid: An array of unique category id numbers
  • integer $publish: 0 if unpublishing, 1 if publishing
  • string $option: The current GET/POST option
removeNewsFeeds (line 232)

Removes records

void removeNewsFeeds (array &$cid, string $option)
  • array &$cid: An array of id keys to remove
  • string $option: The current GET/POST option
saveNewsFeed (line 166)

Saves the record from an edit form submit

void saveNewsFeed (string $option)
  • string $option: The current GET/POST option
showNewsFeeds (line 81)

List the records

void showNewsFeeds (string $option)
  • string $option: The current GET/POST option

Documentation generated on Fri, 4 Mar 2005 13:55:40 +1000 by phpDocumentor 1.3.0RC3