Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752641
CSSGroupingRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
813 B
Referenced Files
None
Subscribers
None
CSSGroupingRule.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CSSGroupingRule
*
* @see https://dom.spec.whatwg.org/#interface-cssgroupingrule
*
* @property string $cssText
* @property CSSRule|null $parentRule
* @property CSSStyleSheet|null $parentStyleSheet
* @property int $type
* @property CSSRuleList $cssRules
* @phan-forbid-undeclared-magic-properties
*/
interface
CSSGroupingRule
extends
CSSRule
{
// Direct parent: CSSRule
/**
* @return CSSRuleList
*/
public
function
getCssRules
();
/**
* @param string $rule
* @param int $index
* @return int
*/
public
function
insertRule
(
string
$rule
,
int
$index
=
0
):
int
;
/**
* @param int $index
* @return void
*/
public
function
deleteRule
(
int
$index
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:13 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c4/22/2d4341d8181c10e81f0b9fca0b3f
Default Alt Text
CSSGroupingRule.php (813 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment