Documentation changes.
This commit is contained in:
parent
5a373a388b
commit
00dcb2f9ca
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.1 $
|
Version : $Revision: 1.2 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Prefs.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Prefs.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -42,7 +42,7 @@ class Prefs{
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
* @param gb, GreenBox object reference
|
* @param gb object, GreenBox object reference
|
||||||
*/
|
*/
|
||||||
function Prefs(&$gb)
|
function Prefs(&$gb)
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.2 $
|
Version : $Revision: 1.3 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/XR_LocStor.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -1227,8 +1227,8 @@ class XR_LocStor extends LocStor{
|
||||||
* fields:
|
* fields:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li> sessid : string - session id </li>
|
* <li> sessid : string - session id </li>
|
||||||
* <li> key : string - preference key:<br>
|
* <li> key : string - preference key </li>
|
||||||
* <ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* On success, returns a XML-RPC struct with single field:
|
* On success, returns a XML-RPC struct with single field:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
@ -1276,9 +1276,9 @@ class XR_LocStor extends LocStor{
|
||||||
* fields:
|
* fields:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li> sessid : string - session id </li>
|
* <li> sessid : string - session id </li>
|
||||||
* <li> key : string - preference key:<br>
|
* <li> key : string - preference key </li>
|
||||||
* <li> value : string - preference value:<br>
|
* <li> value : string - preference value </li>
|
||||||
* <ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* On success, returns a XML-RPC struct with single field:
|
* On success, returns a XML-RPC struct with single field:
|
||||||
* <ul>
|
* <ul>
|
||||||
|
|
Loading…
Reference in New Issue