Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

Size::getUnitpublicWC 1.0

Method of the class: Size{}

No Hooks.

Returns

String|null.

Usage

$Size = new Size();
$Size->getUnit();

Size::getUnit() code WC 10.7.0

public function getUnit()
{
    return $this->sUnit;
}