PHP 클래스 dokuwiki_xmlrpc_server, dokuwiki

상속: extends IXR_Server
파일 보기 프로젝트 열기: splitbrain/dokuwiki

보호된 프로퍼티들

프로퍼티 타입 설명
$remote

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

Constructor. Register methods and run Server
public __construct ( )

call() 공개 메소드

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

toDate() 공개 메소드

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

toFile() 공개 메소드

public toFile ( string $data ) : IXR_Base64
$data string
리턴 IXR_Base64

프로퍼티 상세

$remote 보호되어 있는 프로퍼티

protected $remote