Automattic\WooCommerce\Vendor\League\Container\Inflector

Inflector::getType()publicWC 1.0

{@inheritdoc}

Method of the class: Inflector{}

No Hooks.

Return

null. Nothing (null).

Usage

$Inflector = new Inflector();
$Inflector->getType() : string;

Inflector::getType() code WC 9.8.2

public function getType() : string
{
    return $this->type;
}