Dotclear 2.24
|
Public Member Functions | |
__construct (string $blog_id) | |
serve ($data=false) | |
call (string $methodname, $args) | |
pingback_ping (string $from_url, string $to_url) | |
__construct (string $encoding='UTF-8') | |
![]() | |
__construct ($callbacks=false, $data=false, string $encoding='UTF-8') | |
serve ($data=false) | |
Additional Inherited Members | |
![]() | |
$strict_check = false | |
![]() | |
addCallback (string $method, $callback, array $args, string $help='') | |
call (string $methodname, $args) | |
checkArgs (array $args, array $signature) | |
methodSignature (string $method) | |
methodHelp (string $method) | |
![]() | |
head (int $code, string $msg) | |
call (string $methodname, array $args) | |
error (Exception $e) | |
output (string $xml) | |
hasMethod (string $method) | |
setCapabilities () | |
setCallbacks () | |
getCapabilities () | |
listMethods () | |
multiCall (array $methodcalls) | |
![]() | |
$signatures | |
$help | |
![]() | |
$callbacks = [] | |
$data | |
$encoding | |
$message | |
$capabilities | |
__construct | ( | string | $blog_id | ) |
Constructs a new instance.
string | $blog_id | The blog ID |
Reimplemented from xmlrpcIntrospectionServer.
References xmlrpcIntrospectionServer\addCallback().
serve | ( | $data = false | ) |
call | ( | string | $methodname, |
$args | |||
) |
Call a XML-RPC method
string | $methodname | The methodname |
mixed | $args | The arguments |
Reimplemented from xmlrpcIntrospectionServer.
pingback_ping | ( | string | $from_url, |
string | $to_url | ||
) |
Receive a pingback
string | $from_url | The from url |
string | $to_url | To url |
References dcCore\app(), and dcTrackback\checkURLs().