Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753947
CSSStyleRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
855 B
Referenced Files
None
Subscribers
None
CSSStyleRule.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CSSStyleRule
*
* @see https://dom.spec.whatwg.org/#interface-cssstylerule
*
* @property string $cssText
* @property CSSRule|null $parentRule
* @property CSSStyleSheet|null $parentStyleSheet
* @property int $type
* @property string $selectorText
* @property CSSStyleDeclaration $style
* @phan-forbid-undeclared-magic-properties
*/
interface
CSSStyleRule
extends
CSSRule
{
// Direct parent: CSSRule
/**
* @return string
*/
public
function
getSelectorText
():
string
;
/**
* @param string $val
*/
public
function
setSelectorText
(
string
$val
):
void
;
/**
* @return CSSStyleDeclaration
*/
public
function
getStyle
();
/**
* @param string $val
*/
public
function
setStyle
(
string
$val
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:55 (4 h, 37 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/d9/71f8b093fab09c7162d66d816e87
Default Alt Text
CSSStyleRule.php (855 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment