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 8.7.0

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