LegacyProxy::call_static( string $class_name, string $method_name, mixed $parameters )
Call a static method in a class. This should be used to execute any non-idempotent method in classes from the includes
directory.
Description Description
Parameters Parameters
- $class_name
-
(Required) The name of the class containing the method.
- $method_name
-
(Required) The name of the method.
- $parameters
-
(Required) The parameters to pass to the method.
Return Return
(mixed) The result from the method.
Source Source
File: src/Proxies/LegacyProxy.php