Open
Description
Hi! Are there any plans to support magic methods? I didn't find an answer in the docs.
Example:
class TransportFactory {
public static function __callStatic(string $method, array $arguments): string {
return $method;
}
}
echo $invoker->call([TransportFactory::class, 'some.transport.example']);
// Output:
// some.transport.example
P.S.: Thank you for the development and support of the library.
Metadata
Metadata
Assignees
Labels
No labels