Page MenuHomeWickedGov Phorge

CSSImportRule.php
No OneTemporary

Size
845 B
Referenced Files
None
Subscribers
None

CSSImportRule.php

<?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

Mime Type
text/x-php
Expires
Fri, Jul 3, 21:47 (12 h, 56 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b8/6c/fb2c428ba35e044da1c2205faae1
Default Alt Text
CSSImportRule.php (845 B)

Event Timeline