Patchable helpers.
public static mixed
__callstatic( string $name, array $arguments )
Calls the callback of a patchable function.
string
array
mixed
public static
patch( string $name, collable $callback )
Patches a patchable function.
collable
RuntimeException