Automattic\WooCommerce\Vendor\League\Container\Inflector
Inflector::getType()
{@inheritdoc}
Метод класса: Inflector{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Inflector = new Inflector(); $Inflector->getType() : string;
Код Inflector::getType() Inflector::getType WC 7.5.1
public function getType() : string { return $this->type; }