Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::invokeMethod()
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() InflectorInterface::invokeMethod code WC 9.6.1
public function invokeMethod(string $name, array $args) : InflectorInterface;