File/administrator/components/com_frontpage/admin.frontpage.php

Description
Includes
 require_once ($mosConfig_absolute_path.'/components/com_content/content.class.php') (line 12)

ensure this file is being included by a parent file

 require_once ($mainframe->getPath('class')) (line 22)
 require_once ($mainframe->getPath('admin_html')) (line 21)
Functions
changeFrontPage (line 183)

Changes the state of one or more content pages

void changeFrontPage ([array $cid = null], [integer $state = 0],  $option)
  • array $cid: An array of unique category id numbers
  • integer $state: 0 if unpublishing, 1 if publishing
  • $option
orderFrontPage (line 241)

Moves the order of a record

void orderFrontPage (integer $uid,  $inc,  $option)
  • integer $uid: The increment to reorder by
  • $inc
  • $option
removeFrontPage (line 211)
void removeFrontPage ( &$cid,  $option)
  • &$cid
  • $option
viewFrontPage (line 80)

Compiles a list of frontpage items

void viewFrontPage ( $option)
  • $option

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