Automattic\WooCommerce\Vendor\League\Container\Inflector
Inflector::getType()
{@inheritdoc}
Method of the class: Inflector{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Inflector = new Inflector(); $Inflector->getType() : string;
Inflector::getType() Inflector::getType code WC 9.8.2
public function getType() : string { return $this->type; }