PHP Class dokuwiki_xmlrpc_server, dokuwiki

Inheritance: extends IXR_Server
显示文件 Open project: splitbrain/dokuwiki

Protected Properties

Property Type Description
$remote

Public Methods

Method Description
__construct ( ) Constructor. Register methods and run Server
call ( string $methodname, array $args ) : IXR_Error | mixed
toDate ( string | integer $data ) : IXR_Date
toFile ( string $data ) : IXR_Base64

Method Details

__construct() public method

Constructor. Register methods and run Server
public __construct ( )

call() public method

public call ( string $methodname, array $args ) : IXR_Error | mixed
$methodname string
$args array
return IXR_Error | mixed

toDate() public method

public toDate ( string | integer $data ) : IXR_Date
$data string | integer iso date(yyyy[-]mm[-]dd[ hh:mm[:ss]]) or timestamp
return IXR_Date

toFile() public method

public toFile ( string $data ) : IXR_Base64
$data string
return IXR_Base64

Property Details

$remote protected_oe property

protected $remote