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.


Top ↑

Return Return

(mixed) The result from the method.


Top ↑

Source Source

File: src/Proxies/LegacyProxy.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.