Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

CSSNamespace::getPrefixpublicWC 1.0

Method of the class: CSSNamespace{}

No Hooks.

Returns

string|null.

Usage

$CSSNamespace = new CSSNamespace();
$CSSNamespace->getPrefix();

CSSNamespace::getPrefix() code WC 11.0.1

public function getPrefix()
{
    return $this->sPrefix;
}