Page MenuHomeWickedGov Phorge

HTMLCollection.php
No OneTemporary

Size
738 B
Referenced Files
None
Subscribers
None

HTMLCollection.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* HTMLCollection
*
* @see https://dom.spec.whatwg.org/#interface-htmlcollection
*
* @property int $length
* @phan-forbid-undeclared-magic-properties
*/
interface HTMLCollection extends \ArrayAccess, \IteratorAggregate, \Countable {
/**
* @return int
*/
public function getLength(): int;
/**
* @param int $index
* @return Element|null
*/
public function item( int $index );
/**
* @param string $name
* @return Element|null
*/
public function namedItem( string $name );
/**
* @return \Iterator<Element> Value iterator returning Element items
*/
public function getIterator();
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 21:47 (8 h, 14 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/43/1fa4570b69fe3a3e0be24d6503eb
Default Alt Text
HTMLCollection.php (738 B)

Event Timeline