[cvs] [Wiki] changed: CustomizeApis
Jan Schneider
jan at horde.org
Thu Feb 21 11:31:05 UTC 2008
jan Thu, 21 Feb 2008 06:31:05 -0500
Modified page: http://wiki.horde.org/CustomizeApis
New Revision: 1.1
Change log: Fix closing tag
@@ -56,9 +56,9 @@
$_services['show'] = array(
'link' =>
'%application%/contact.php?source=|source|&key=|key|&uid=|uid|',
);
-?>
+</code>
The method signatures are only important for informational purposes and for
providing WSDL services through Horde's SOAP interface. The "show" method is
a special case because it is not really a method, but provides a link
prototype, i.e. it will be used to provide URL links to certain pages inside
the application. ##red|This has to be explained further.##
Next comes a function definition for each method propagated in the API. The
naming convention for these functions is {{_modulename_methodname}}:
More information about the cvs
mailing list