Page MenuHomeWickedGov Phorge

CSSNamespaceRule.php
No OneTemporary

Size
680 B
Referenced Files
None
Subscribers
None

CSSNamespaceRule.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* CSSNamespaceRule
*
* @see https://dom.spec.whatwg.org/#interface-cssnamespacerule
*
* @property string $cssText
* @property CSSRule|null $parentRule
* @property CSSStyleSheet|null $parentStyleSheet
* @property int $type
* @property string $namespaceURI
* @property string $prefix
* @phan-forbid-undeclared-magic-properties
*/
interface CSSNamespaceRule extends CSSRule {
// Direct parent: CSSRule
/**
* @return string
*/
public function getNamespaceURI(): string;
/**
* @return string
*/
public function getPrefix(): string;
}

File Metadata

Mime Type
text/x-php
Expires
Aug 19 2026, 17:38 (5 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
aa/62/3c16220d2effa9f8dbabd6bd64a5
Default Alt Text
CSSNamespaceRule.php (680 B)

Event Timeline