WooCommerce Code Reference

CSSNamespace
in package
implements AtRule, Positionable Uses Position

`CSSNamespace` represents an `@namespace` rule.

Interfaces, Classes and Traits

AtRule
Positionable
Represents a CSS item that may have a position in the source CSS document (line number and possibly column number).

Table of Contents

$iLineNo  : int
$mUrl  : string
$sPrefix  : string
__construct()  : mixed
__toString()  : string
addComments()  : void
atRuleArgs()  : array<int, string>
atRuleName()  : string
getComments()  : array<array-key, Comment>
getPrefix()  : string|null
getUrl()  : string
render()  : string
setComments()  : void
setPrefix()  : void
setUrl()  : void

Properties

Methods