PHP Class App\services\RESTfulService

Show file Open project: phanan/koel Class Usage Examples

Public Methods

Method Description
__call ( string $method, array $args ) : object Make an HTTP call to the external resource.

Method Details

__call() public method

Make an HTTP call to the external resource.
public __call ( string $method, array $args ) : object
$method string The HTTP method
$args array An array of parameters
return object