XOOPS  2.6.0
XoopsXmlRpcTag Class Reference
Inheritance diagram for XoopsXmlRpcTag:
Inheritance graph

Public Member Functions

 encode (&$text)
 
 isFault ()
 
 render ()
 
 setFault ($fault=true)
 

Protected Attributes

 $_fault = false
 

Detailed Description

Definition at line 89 of file xmlrpctag.php.

Member Function Documentation

XoopsXmlRpcTag::encode ( $text)
Parameters
string$text
Returns
string

Definition at line 100 of file xmlrpctag.php.

References $text.

Referenced by XoopsXmlRpcFault\render(), XoopsXmlRpcString\render(), and XoopsXmlRpcStruct\render().

Here is the caller graph for this function:

XoopsXmlRpcTag::isFault ( )
Returns
bool

Definition at line 119 of file xmlrpctag.php.

References $_fault.

XoopsXmlRpcTag::render ( )
abstract
Returns
void
XoopsXmlRpcTag::setFault (   $fault = true)
Parameters
bool$fault
Returns
void

Definition at line 111 of file xmlrpctag.php.

Referenced by XoopsXmlRpcFault\__construct().

Here is the caller graph for this function:

Member Data Documentation

XoopsXmlRpcTag::$_fault = false
protected

Definition at line 94 of file xmlrpctag.php.

Referenced by isFault().


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