Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145420
CSSNamespaceRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
680 B
Referenced Files
None
Subscribers
None
CSSNamespaceRule.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment