/[drupal]/contributions/modules/netforum/API.txt
ViewVC logotype

Contents of /contributions/modules/netforum/API.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Mon Jan 14 04:06:32 2008 UTC (22 months, 1 week ago) by jamesmichaelhill
Branch: MAIN
CVS Tags: DRUPAL-5--0-8, DRUPAL-5--0-9, DRUPAL-6--1-0, DRUPAL-6--0-5-BETA1, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +2 -2 lines
File MIME type: text/plain
Tagged for 0.8.7 release
1 The netforum module has a few functions that will help in development,
2 including some to create XML for insert statements. All of the functions
3 are propery commented for documentation generation. For more details,
4 look through the source for the following functions:
5
6 netforum_xweb_request($fname, $arguments = array(), $cache_max = null)
7 netforum_response_from_cache()
8 netforum_object_fields($obj_name)
9 netforum_object_name($obj_key)
10 netforum_object_key($obj_name)
11 netforum_is_empty_guid($key = '')
12 netforum_is_valid_guid($key = '')
13 netforum_clean_object_name($obj_type_name)
14 netforum_ind_info_parameters($ind_objects = array())
15 netforum_org_info_parameters($org_objects = array())
16 netforum_facade_object_parameters($fcd_obj_name, $fcd_objects = array())
17
18 If you need to schedule data imports or exports, creating a custom
19 module to implement hook_cron() is recommended.

  ViewVC Help
Powered by ViewVC 1.1.2