XOOPS  2.6.0
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 (XoopsUser &$user, $isadmin=false)
 
 _setXoopsTagMap ($xoopstag, $blogtag)
 
 XoopsXmlRpcApi (array &$params, XoopsXmlRpcResponse &$response, XoopsModule &$module)
 

Protected Attributes

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

Detailed Description

Definition at line 22 of file xmlrpcapi.php.

Member Function Documentation

XoopsXmlRpcApi::_checkAdmin ( )

Definition at line 82 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 97 of file xmlrpcapi.php.

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

Here is the caller graph for this function:

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

Definition at line 139 of file xmlrpcapi.php.

References $text.

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

Here is the caller graph for this function:

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

Definition at line 56 of file xmlrpcapi.php.

References $isadmin, and $user.

XoopsXmlRpcApi::_setXoopsTagMap (   $xoopstag,
  $blogtag 
)
Parameters
string$xoopstag
string$blogtag

Definition at line 124 of file xmlrpcapi.php.

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

Here is the caller graph for this function:

XoopsXmlRpcApi::XoopsXmlRpcApi ( array &  $params,
XoopsXmlRpcResponse $response,
XoopsModule $module 
)

Definition at line 49 of file xmlrpcapi.php.

References $module, $params, and $response.

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

Here is the caller graph for this function:

Member Data Documentation

XoopsXmlRpcApi::$isadmin = false
protected

Definition at line 46 of file xmlrpcapi.php.

Referenced by _setUser().

XoopsXmlRpcApi::$module
protected
XoopsXmlRpcApi::$params
protected
XoopsXmlRpcApi::$response
protected
XoopsXmlRpcApi::$user
protected

Definition at line 44 of file xmlrpcapi.php.

Referenced by _setUser().

XoopsXmlRpcApi::$xoopsTagMap = array()
protected

Definition at line 41 of file xmlrpcapi.php.


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