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