PHP Class Horde_Rpc_Soap_Caller, horde

Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_allowedMethods array List of method names to allow.

Public Methods

Method Description
__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 = [] )

Method Details

__call() public method

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.
return mixed The result of the called registry method.

__construct() public method

public __construct ( $params = [] )

Property Details

$_allowedMethods protected_oe property

List of method names to allow.
protected array $_allowedMethods
return array