Page MenuHomeWickedGov Phorge

NothingMatcher.php
No OneTemporary

Size
414 B
Referenced Files
None
Subscribers
None

NothingMatcher.php

<?php
/**
* @file
* @license https://opensource.org/licenses/Apache-2.0 Apache-2.0
*/
namespace Wikimedia\CSS\Grammar;
use EmptyIterator;
use Wikimedia\CSS\Objects\ComponentValueList;
/**
* Matcher that matches nothing
*/
class NothingMatcher extends Matcher {
/** @inheritDoc */
protected function generateMatches( ComponentValueList $values, $start, array $options ) {
return new EmptyIterator;
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 18:52 (4 h, 40 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a5/21/6c50891cacf62bfac1b411258c91
Default Alt Text
NothingMatcher.php (414 B)

Event Timeline