Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::inflect() public WC 1.0
Apply inflections to an object.
{} Это метод класса: InflectorInterface{}
Хуков нет.
Возвращает
null.
Использование
$InflectorInterface = new InflectorInterface(); $InflectorInterface->inflect( $object );
- $object(объект) (обязательный)
- -
Код InflectorInterface::inflect() InflectorInterface::inflect WC 5.0.0
public function inflect($object);