PHP 클래스 Fxmlrpc\AbstractDecorator

Extend this base class if you want to decorate functionality of the client
상속: implements fxmlrpc\ClientInterface
파일 보기 프로젝트 열기: lstrojny/fxmlrpc 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$wrapped fxmlrpc\ClientInterface

공개 메소드들

메소드 설명
__construct ( fxmlrpc\ClientInterface $wrapped )
call ( $methodName, array $arguments = [] )
multicall ( )

메소드 상세

__construct() 공개 메소드

public __construct ( fxmlrpc\ClientInterface $wrapped )
$wrapped fxmlrpc\ClientInterface

call() 공개 메소드

public call ( $methodName, array $arguments = [] )
$arguments array

multicall() 공개 메소드

public multicall ( )

프로퍼티 상세

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

protected ClientInterface,fxmlrpc $wrapped
리턴 fxmlrpc\ClientInterface