Procedural File: pnuserapi.php
Source Location: /modules/FAQ/pnuserapi.php
Page Details:
Zikula Application Framework
Tags:
FAQ_userapi_countitems [line 122]
integer FAQ_userapi_countitems(
$args)
|
|
utility function to count the number of items held by this module
Tags:
Parameters
FAQ_userapi_decodeurl [line 209]
bool FAQ_userapi_decodeurl(
$args)
|
|
decode the custom url string
Tags:
Parameters
FAQ_userapi_encodeurl [line 144]
string FAQ_userapi_encodeurl(
$args)
|
|
form custom url string
Tags:
Parameters
FAQ_userapi_get [line 93]
array FAQ_userapi_get(
$args['faqid'] $args, $args['objectid'] 1)
|
|
get a specific faq
Tags:
Parameters
| $args['objectid'] |
1 |
id of faq to get (maps to faqid if present) |
| $args['faqid'] |
$args |
id of faq to get |
FAQ_userapi_getall [line 21]
array FAQ_userapi_getall(
$args, int $args['starnum'], int $args['numitems'], bool $args['answered'])
|
|
get all FAQs
Tags:
Parameters
| int |
$args['starnum'] |
(optional) first item to return |
| int |
$args['numitems'] |
(optional) number if items to return |
| bool |
$args['answered'] |
(optional) return only answered FAQ's |
| |
$args |
|
FAQ_userapi_getmodulemeta [line 265]
void FAQ_userapi_getmodulemeta(
)
|
|
get meta data for the module
|
|