Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::inflect()publicWC 1.0

Apply inflections to an object.

Method of the class: InflectorInterface{}

No Hooks.

Return

null. Nothing (null).

Usage

$InflectorInterface = new InflectorInterface();
$InflectorInterface->inflect( $object );
$object(object) (required)
-

InflectorInterface::inflect() code WC 8.7.0

public function inflect($object);