Automattic\WooCommerce\Vendor\League\Container\Inflector
Inflector::invokeMethods()
{@inheritdoc}
Method of the class: Inflector{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Inflector = new Inflector(); $Inflector->invokeMethods( $methods ) : InflectorInterface;
- $methods(array) (required)
- -
Inflector::invokeMethods() Inflector::invokeMethods code WC 9.6.1
public function invokeMethods(array $methods) : InflectorInterface { foreach ($methods as $name => $args) { $this->invokeMethod($name, $args); } return $this; }