Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753836
HTMLCollection.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
738 B
Referenced Files
None
Subscribers
None
HTMLCollection.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:47 (6 h, 6 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/43/1fa4570b69fe3a3e0be24d6503eb
Default Alt Text
HTMLCollection.php (738 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment