PHP 클래스 Horde_Rpc_Soap_Caller, horde

파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_allowedMethods array List of method names to allow.

공개 메소드들

메소드 설명
__call ( string $method, array $params ) : mixed Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.
__construct ( $params = [] )

메소드 상세

__call() 공개 메소드

Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry.
public __call ( string $method, array $params ) : mixed
$method string The name of the method called by the RPC request.
$params array The passed parameters.
리턴 mixed The result of the called registry method.

__construct() 공개 메소드

public __construct ( $params = [] )

프로퍼티 상세

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

List of method names to allow.
protected array $_allowedMethods
리턴 array