Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::inflect() public WC 1.0
Apply inflections to an object.
{} It's a method of the class: InflectorInterface{}
No Hooks.
Return
null.
Usage
$InflectorInterface = new InflectorInterface(); $InflectorInterface->inflect( $object );
- $object(object) (required)
- -
Code of InflectorInterface::inflect() InflectorInterface::inflect WC 5.0.0
public function inflect($object);