Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::invokeMethod()
Defines a method to be invoked on the subject object.
Метод класса: InflectorInterface{}
Хуков нет.
Возвращает
self
.
Использование
$InflectorInterface = new InflectorInterface(); $InflectorInterface->invokeMethod( $name, $args ) : InflectorInterface;
- $name(строка) (обязательный)
- -
- $args(массив) (обязательный)
- -
Код InflectorInterface::invokeMethod() InflectorInterface::invokeMethod WC 9.3.3
public function invokeMethod(string $name, array $args) : InflectorInterface;