Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432131
RuleList.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
RuleList.php
View Options
<?php
/**
* @file
* @license https://opensource.org/licenses/Apache-2.0 Apache-2.0
*/
namespace
Wikimedia\CSS\Objects
;
/**
* Represent a list of CSS rules
*/
class
RuleList
extends
CSSObjectList
{
/**
* @var string
*/
protected
static
$objectType
=
Rule
::
class
;
/** @inheritDoc */
protected
function
getSeparator
(
CSSObject
$left
,
?
CSSObject
$right
=
null
)
{
return
$right
?
[
new
Token
(
Token
::
T_WHITESPACE
,
[
'significant'
=>
false
]
)
]
:
[];
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:27 (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/7e/430b4ee603f35312d86d66bbc276
Default Alt Text
RuleList.php (470 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment