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 10.5.0

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