Procedural File: pnadminapi.php
Source Location: /Groups/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
Groups_adminapi_adduser [line 184]
bool Groups_adminapi_adduser(
$args, int $args['gid'], int $args['uid'])
|
|
add a user to a group item
Tags:
Parameters
| int |
$args['gid'] |
the ID of the item |
| int |
$args['uid'] |
the ID of the user |
| |
$args |
|
Groups_adminapi_create [line 19]
mixed Groups_adminapi_create(
$args, string $args['name'])
|
|
create a new group item
Tags:
Parameters
| string |
$args['name'] |
name of the group |
| |
$args |
|
Groups_adminapi_delete [line 69]
bool Groups_adminapi_delete(
$args, int $args['gid'])
|
|
delete a group item
Tags:
Parameters
| int |
$args['gid'] |
ID of the item |
| |
$args |
|
Groups_adminapi_getapplicationinfo [line 357]
array Groups_adminapi_getapplicationinfo(
$args, int $args['gid'], int $args['userid'])
|
|
get application info
Tags:
Parameters
| int |
$args['gid'] |
|
| int |
$args['userid'] |
|
| |
$args |
|
Groups_adminapi_getapplications [line 308]
mixed Groups_adminapi_getapplications(
$args, int $args['startnum'], int $args['numitems'])
|
|
get applications
Tags:
Parameters
| int |
$args['startnum'] |
|
| int |
$args['numitems'] |
|
| |
$args |
|
Groups_adminapi_getgidbyname [line 271]
int Groups_adminapi_getgidbyname(
$args['name'] $args, $args['checkgid'] 1)
|
|
get a specific group id from a group name
Tags:
Parameters
| $args['checkgid'] |
1 |
optional gid of the group |
| $args['name'] |
$args |
name of group item to get |
Groups_adminapi_getlinks [line 448]
array Groups_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
Groups_adminapi_pendingaction [line 393]
bool Groups_adminapi_pendingaction(
$args, int $args['gid'], int $args['userid'], string $args['action'])
|
|
pending action
Tags:
Parameters
| int |
$args['gid'] |
|
| int |
$args['userid'] |
|
| string |
$args['action'] |
|
| |
$args |
|
Groups_adminapi_removeuser [line 225]
bool Groups_adminapi_removeuser(
$args, int $args['gid'], int $args['uid'])
|
|
remove a user from a group item
Tags:
Parameters
| int |
$args['gid'] |
the ID of the item |
| int |
$args['uid'] |
the ID of the user |
| |
$args |
|
Groups_adminapi_update [line 119]
bool Groups_adminapi_update(
$args, int $args['gid'], string $args['name'])
|
|
update a group item
Tags:
Parameters
| int |
$args['gid'] |
the ID of the item |
| string |
$args['name'] |
the new name of the item |
| |
$args |
|