XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsXmlRpcApi Class Reference
Inheritance diagram for XoopsXmlRpcApi:
Inheritance graph

Public Member Functions

 _checkAdmin ()
 
 _checkUser ($username, $password)
 
_getPostFields ($post_id=null, $blog_id=null)
 
 _getTagCdata (&$text, $tag, $remove=true)
 
_getXoopsApi (&$params)
 
 _getXoopsTagMap ($xoopstag)
 
 _setUser (&$user, $isadmin=false)
 
 _setXoopsTagMap ($xoopstag, $blogtag)
 
 XoopsXmlRpcApi (&$params, &$response, &$module)
 

Public Attributes

 $isadmin = false
 
 $module
 
 $params
 
 $response
 
 $user
 
 $xoopsTagMap = array()
 

Detailed Description

Definition at line 33 of file xmlrpcapi.php.

Member Function Documentation

XoopsXmlRpcApi::_checkAdmin ( )

Definition at line 89 of file xmlrpcapi.php.

Referenced by XoopsApi\deletePost(), XoopsApi\editPost(), and XoopsApi\newPost().

Here is the caller graph for this function:

& XoopsXmlRpcApi::_getPostFields (   $post_id = null,
  $blog_id = null 
)

Definition at line 104 of file xmlrpcapi.php.

References $ret.

Referenced by BloggerApi\editPost(), MetaWeblogApi\editPost(), XoopsApi\editPost(), XoopsApi\newPost(), MetaWeblogApi\newPost(), and BloggerApi\newPost().

Here is the caller graph for this function:

XoopsXmlRpcApi::_getTagCdata ( $text,
  $tag,
  $remove = true 
)

Definition at line 142 of file xmlrpcapi.php.

References $ret.

Referenced by BloggerApi\editPost(), MetaWeblogApi\editPost(), XoopsApi\editPost(), XoopsApi\newPost(), MetaWeblogApi\newPost(), and BloggerApi\newPost().

Here is the caller graph for this function:

XoopsXmlRpcApi::_getXoopsTagMap (   $xoopstag)
XoopsXmlRpcApi::_setUser ( $user,
  $isadmin = false 
)

Definition at line 62 of file xmlrpcapi.php.

References $isadmin, and $user.

XoopsXmlRpcApi::_setXoopsTagMap (   $xoopstag,
  $blogtag 
)

Definition at line 127 of file xmlrpcapi.php.

Referenced by BloggerApi\BloggerApi(), and MetaWeblogApi\MetaWeblogApi().

Here is the caller graph for this function:

XoopsXmlRpcApi::XoopsXmlRpcApi ( $params,
$response,
$module 
)

Definition at line 55 of file xmlrpcapi.php.

References $module, $params, and $response.

Referenced by BloggerApi\BloggerApi(), MetaWeblogApi\MetaWeblogApi(), MovableTypeApi\MovableTypeApi(), and XoopsApi\XoopsApi().

Here is the caller graph for this function:

Member Data Documentation

XoopsXmlRpcApi::$isadmin = false

Definition at line 51 of file xmlrpcapi.php.

Referenced by _setUser().

XoopsXmlRpcApi::$user

Definition at line 49 of file xmlrpcapi.php.

Referenced by _setUser().

XoopsXmlRpcApi::$xoopsTagMap = array()

Definition at line 46 of file xmlrpcapi.php.


The documentation for this class was generated from the following file: