Procedural File: services.inc.php
Source Location: /plugins/staticpages/services.inc.php
Page Details:
Functions related to the webservices and the internal plugin API
STATICPAGE_MAX_ID_LENGTH [line 50]
service_delete_staticpages [line 530]
int service_delete_staticpages(
array $args, string &$output, string &$svc_msg)
|
|
Delete an existing static page
Tags:
Parameters
| array |
$args |
args Contains all the data provided by the client |
| string |
&$output |
&output OUTPUT parameter containing the returned text |
| string |
&$svc_msg |
&svc_msg OUTPUT parameter containing any service messages |
service_getTopicList_staticpages [line 866]
int service_getTopicList_staticpages(
array $args, string &$output, &$svc_msg)
|
|
Get all the topics available
Tags:
Parameters
| array |
$args |
args Contains all the data provided by the client |
| string |
&$output |
&output OUTPUT parameter containing the returned text |
| |
&$svc_msg |
|
service_get_staticpages [line 585]
int service_get_staticpages(
array $args, string &$output, string &$svc_msg)
|
|
Get an existing static page
Tags:
Parameters
| array |
$args |
args Contains all the data provided by the client |
| string |
&$output |
&output OUTPUT parameter containing the returned text |
| string |
&$svc_msg |
&svc_msg OUTPUT parameter containing any service messages |
service_submit_staticpages [line 60]
int service_submit_staticpages(
array $args, string &$output, string &$svc_msg)
|
|
Submit static page. The page is updated if it exists, or a new one is created
Tags:
Parameters
| array |
$args |
args Contains all the data provided by the client |
| string |
&$output |
&output OUTPUT parameter containing the returned text |
| string |
&$svc_msg |
&svc_msg OUTPUT parameter containing any service messages |
|
|