Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
PhpXmlRpc\Traits Namespace Reference

  More...

Functions

 getCharsetEncoder ()
 
 getContentType ()
 
 getLogger ()
 
 getParser ()
 
 getPayload ()
 
 logDeprecation ($message)
 
 logDeprecationUnlessCalledBy ($expectedCaller)
 
static setCharsetEncoder ($charsetEncoder)
 
static setLogger ($logger)
 
static setParser ($parser)
 
 setPayload ($payload, $contentType='')
 

Variables

string $content_type = 'text/xml'
 
trait CharsetEncoderAware
 
trait DeprecationLogger
 
trait LoggerAware
 
trait ParserAware
 
trait PayloadBearer
 

Detailed Description

 

Function Documentation

◆ getContentType()

PhpXmlRpc\Traits\getContentType ( )
Return values
string

◆ getParser()

PhpXmlRpc\Traits\getParser ( )
Todo
feature-creep: allow passing in $options (but then, how to deal with changing options between invocations?)

◆ getPayload()

PhpXmlRpc\Traits\getPayload ( )
Return values
string

Variable Documentation

◆ CharsetEncoderAware

trait PhpXmlRpc::Traits\CharsetEncoderAware
Initial value:
{
protected static $charsetEncoder

◆ DeprecationLogger

trait PhpXmlRpc::Traits\DeprecationLogger
Initial value:
{
use LoggerAware

◆ LoggerAware

trait PhpXmlRpc::Traits\LoggerAware
Initial value:
{
protected static $logger

◆ ParserAware

trait PhpXmlRpc::Traits\ParserAware
Initial value:
{
protected static $parser

◆ PayloadBearer

trait PhpXmlRpc::Traits\PayloadBearer
Initial value:
{
string @file /home/runner/work/phpdoc/phpdoc/.moodle/lib/phpxmlrpc/Traits/PayloadBearer.php
protected $payload