Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753833
CSSImportRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
845 B
Referenced Files
None
Subscribers
None
CSSImportRule.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CSSImportRule
*
* @see https://dom.spec.whatwg.org/#interface-cssimportrule
*
* @property string $cssText
* @property CSSRule|null $parentRule
* @property CSSStyleSheet|null $parentStyleSheet
* @property int $type
* @property string $href
* @property MediaList $media
* @property CSSStyleSheet $styleSheet
* @phan-forbid-undeclared-magic-properties
*/
interface
CSSImportRule
extends
CSSRule
{
// Direct parent: CSSRule
/**
* @return string
*/
public
function
getHref
():
string
;
/**
* @return MediaList
*/
public
function
getMedia
();
/**
* @param ?string $val
*/
public
function
setMedia
(
?
string
$val
):
void
;
/**
* @return CSSStyleSheet
*/
public
function
getStyleSheet
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:47 (14 h, 8 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b8/6c/fb2c428ba35e044da1c2205faae1
Default Alt Text
CSSImportRule.php (845 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment