Zikula_Value_Addons
[ class tree: Zikula_Value_Addons ] [ index: Zikula_Value_Addons ] [ all elements ]

Procedural File: pnadminapi.php

Source Location: /modules/PendingContent/pnadminapi.php



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnadminapi.php 24342 2008-06-06 12:03:14Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
filesource:  Source Code for this file
license:  GNU/GPL








pendingcontent_adminapi_create [line 20]

int pendingcontent_adminapi_create( $args['name'] $args, $args['url'] 1, $args['sql'] 2)

create a new pending item



Tags:

return:  pending item ID on success, false on failure


Parameters

$args['url']   1   url of the item
$args['sql']   2   sql of the item
$args['name']   $args   name of the item
[ Top ]



pendingcontent_adminapi_delete [line 52]

bool pendingcontent_adminapi_delete( $args['pid'] $args)

delete a pending item



Tags:

return:  true on success, false on failure


Parameters

$args['pid']   $args   ID of the item
[ Top ]



pendingcontent_adminapi_getlinks [line 126]

array pendingcontent_adminapi_getlinks( )

get available admin panel links



Tags:

return:  array of admin links
author:  Mark West


[ Top ]



pendingcontent_adminapi_update [line 87]

void pendingcontent_adminapi_update( $args['pid'] $args, $args['name'] 1, $args['number'] 2)

update a pending item



Parameters

$args['name']   1   the new name of the item
$args['number']   2   the new number of the item
$args['pid']   $args   the ID of the item
[ Top ]



Documentation generated on Fri, 18 Jul 2008 21:52:11 +0200 by phpDocumentor 1.4.1