Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::invokeMethod()publicWC 1.0

Defines a method to be invoked on the subject object.

Method of the class: InflectorInterface{}

No Hooks.

Return

self.

Usage

$InflectorInterface = new InflectorInterface();
$InflectorInterface->invokeMethod( $name, $args ) : InflectorInterface;
$name(string) (required)
-
$args(array) (required)
-

InflectorInterface::invokeMethod() code WC 9.6.1

public function invokeMethod(string $name, array $args) : InflectorInterface;