TrackRecordPro API Documentation TrackRecordPro

__call()

Summary

Method Name

__call

Minimum Supported API Version3.0

__call

$result = __call($name, $arguments)

Details

The __call method cannot be called directly. It acts as a proxy and is the "magic method" used to route the endpoint names to method names in the library.

Parameters

$nameThe method name to find
$argumentsThe arguments to pass to the method

Return value

The return value is dynamic, and not recorded here. In the event that you call an invalid method, this function throws a MethodNotFoundException.