Methods |
public
static
|
reorderCallUserFuncArguments(FuncCall $callUserFuncCall, Scope $scope): array{ParametersAcceptor, FuncCall, bool}|null
|
#
|
public
static
|
reorderFuncArguments(ParametersAcceptor $parametersAcceptor, FuncCall $functionCall): ?FuncCall
|
#
|
public
static
|
reorderMethodArguments(ParametersAcceptor $parametersAcceptor, MethodCall $methodCall): ?MethodCall
|
#
|
public
static
|
reorderStaticCallArguments(ParametersAcceptor $parametersAcceptor, StaticCall $staticCall): ?StaticCall
|
#
|
public
static
|
reorderNewArguments(ParametersAcceptor $parametersAcceptor, New_ $new): ?New_
|
#
|
public
static
|
reorderArgs(ParametersAcceptor $parametersAcceptor, Arg[] $callArgs): ?array<int, Arg>
|
#
|