Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorAggregateInterface::add()publicWC 1.0

Add an inflector to the aggregate.

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

Хуков нет.

Возвращает

Inflector.

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

$InflectorAggregateInterface = new InflectorAggregateInterface();
$InflectorAggregateInterface->add( $type, $callback ) : Inflector;
$type(строка) (обязательный)
-
$callback(callable)
-
По умолчанию: null

Код InflectorAggregateInterface::add() WC 8.7.0

public function add(string $type, callable $callback = null) : Inflector;