File/administrator/components/com_typedcontent/admin.typedcontent.php

Description
Includes
 require_once ($mosConfig_absolute_path.'/components/com_content/content.class.php') (line 14)
 require_once ($mainframe->getPath('admin_html')) (line 13)

ensure this file is being included by a parent file

Functions
cancel (line 536)

Cancels an edit operation

void cancel (database $option)
  • database $option: A database connector object
changeAccess (line 498)

changes the access level of a record

void changeAccess (integer $id,  $access,  $option)
  • integer $id: The increment to reorder by
  • $access
  • $option
changeState (line 460)

Changes the state of one or more content pages

void changeState ([string $cid = null], [integer $state = 0], array $option, integer 3, string 4)
  • integer 3: 0 if unpublishing, 1 if publishing
  • string 4: The name of the current user
  • string $cid: The name of the category section
  • integer $state: A unique category id (passed from an edit form)
  • array $option: An array of unique category id numbers
edit (line 201)

Compiles information to add or edit content

void edit (database $uid, string $option, integer 2)
  • integer 2: The unique id of the category to edit (0 if new)
  • database $uid: A database connector object
  • string $option: The name of the category section
save (line 311)

Saves the typed content item

void save ( $option,  $task)
  • $option
  • $task
trash (line 426)

Trashes the typed content item

void trash ( &$cid,  $option)
  • &$cid
  • $option
view (line 90)

Compiles a list of installed or defined modules

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

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