Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::invokeMethods()publicWC 1.0

Defines multiple methods to be invoked on the subject object.

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

Хуков нет.

Возвращает

self.

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

$InflectorInterface = new InflectorInterface();
$InflectorInterface->invokeMethods( $methods ) : InflectorInterface;
$methods(массив) (обязательный)
-

Код InflectorInterface::invokeMethods() WC 8.7.0

public function invokeMethods(array $methods) : InflectorInterface;