Helper class to wrap an object with a modified interface created by a partial application of its existing methods.
package | Library |
---|---|
subpackage | Twilio\Api\Action\AvailablePhoneNumber |
author | Aleksey Korzun |
__call(string $method, array $arguments) : mixed
string
method that user is attempting to call
string[]
optional additional arguments
\Exception |
---|
mixed
set(string $method, string $callback, array $arguments) : bool
string
name of internal method
string
function that we should associate with internal call back
string[]
additional arguments
bool
$callbacks : string[]