Page MenuHomeWickedGov Phorge

CSSRuleList.php
No OneTemporary

Size
480 B
Referenced Files
None
Subscribers
None

CSSRuleList.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* CSSRuleList
*
* @see https://dom.spec.whatwg.org/#interface-cssrulelist
*
* @property int $length
* @phan-forbid-undeclared-magic-properties
*/
interface CSSRuleList extends \ArrayAccess {
/**
* @param int $index
* @return CSSRule|null
*/
public function item( int $index );
/**
* @return int
*/
public function getLength(): int;
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 21:43 (15 h, 23 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7d/bf/d52aa1b211e78e4e4f9e520e2ddf
Default Alt Text
CSSRuleList.php (480 B)

Event Timeline