Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4105523
AbstractRange.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
765 B
Referenced Files
None
Subscribers
None
AbstractRange.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* AbstractRange
*
* @see https://dom.spec.whatwg.org/#interface-abstractrange
*
* @property Node $startContainer
* @property int $startOffset
* @property Node $endContainer
* @property int $endOffset
* @property bool $collapsed
* @phan-forbid-undeclared-magic-properties
*/
interface
AbstractRange
{
/**
* @return Node
*/
public
function
getStartContainer
();
/**
* @return int
*/
public
function
getStartOffset
():
int
;
/**
* @return Node
*/
public
function
getEndContainer
();
/**
* @return int
*/
public
function
getEndOffset
():
int
;
/**
* @return bool
*/
public
function
getCollapsed
():
bool
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 19:01 (2 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/67/81481550a2f4ae86194a26376b5b
Default Alt Text
AbstractRange.php (765 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment