Automattic\WooCommerce\Vendor\Sabberworm\CSS\Value

Size::getSizepublicWC 1.0

Method of the class: Size{}

No Hooks.

Returns

float.

Usage

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

Size::getSize() code WC 10.4.3

public function getSize()
{
    return $this->fSize;
}