Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753917
CSSMarginRule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
753 B
Referenced Files
None
Subscribers
None
CSSMarginRule.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CSSMarginRule
*
* @see https://dom.spec.whatwg.org/#interface-cssmarginrule
*
* @property string $cssText
* @property CSSRule|null $parentRule
* @property CSSStyleSheet|null $parentStyleSheet
* @property int $type
* @property string $name
* @property CSSStyleDeclaration $style
* @phan-forbid-undeclared-magic-properties
*/
interface
CSSMarginRule
extends
CSSRule
{
// Direct parent: CSSRule
/**
* @return string
*/
public
function
getName
():
string
;
/**
* @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:53 (11 h, 46 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
62/6a/42c66f0e83e955e21d1c2b4c44bb
Default Alt Text
CSSMarginRule.php (753 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment