Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::invokeMethod()publicWC 1.0

Defines a method to be invoked on the subject object.

Метод класса: InflectorInterface{}

Хуков нет.

Возвращает

self.

Использование

$InflectorInterface = new InflectorInterface();
$InflectorInterface->invokeMethod( $name, $args ) : InflectorInterface;
$name(строка) (обязательный)
-
$args(массив) (обязательный)
-

Код InflectorInterface::invokeMethod() WC 8.7.0

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