Page MenuHomeWickedGov Phorge

RuleList.php
No OneTemporary

Size
470 B
Referenced Files
None
Subscribers
None

RuleList.php

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

Mime Type
text/x-php
Expires
Sat, May 16, 21:27 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
56/7e/430b4ee603f35312d86d66bbc276
Default Alt Text
RuleList.php (470 B)

Event Timeline