Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751247
StaticRangeInit.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
808 B
Referenced Files
None
Subscribers
None
StaticRangeInit.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* StaticRangeInit
*
* @see https://dom.spec.whatwg.org/#dictdef-staticrangeinit
*
* @property Node $startContainer
* @property int $startOffset
* @property Node $endContainer
* @property int $endOffset
* @phan-forbid-undeclared-magic-properties
*/
abstract
class
StaticRangeInit
implements
\ArrayAccess
{
// Dictionary type
use
\Wikimedia\IDLeDOM\Helper\StaticRangeInit
;
/**
* @return Node
*/
abstract
public
function
getStartContainer
();
/**
* @return int
*/
abstract
public
function
getStartOffset
():
int
;
/**
* @return Node
*/
abstract
public
function
getEndContainer
();
/**
* @return int
*/
abstract
public
function
getEndOffset
():
int
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 18:09 (1 d, 9 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
33/ee/82d919ec1c83ec05288d7af13359
Default Alt Text
StaticRangeInit.php (808 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment