Automattic\WooCommerce\Vendor\League\Container\Inflector
Inflector::invokeMethod() public WC 1.0
{@inheritdoc}
{} It's a method of the class: Inflector{}
No Hooks.
Return
Null. Nothing.
Usage
$Inflector = new Inflector(); $Inflector->invokeMethod( $name, $args ) : InflectorInterface;
- $name(string) (required)
- -
- $args(array) (required)
- -
Code of Inflector::invokeMethod() Inflector::invokeMethod WC 5.0.0
public function invokeMethod(string $name, array $args) : InflectorInterface
{
$this->methods[$name] = $args;
return $this;
}