Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::inflect()
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() InflectorInterface::inflect code WC 9.7.1
public function inflect($object);