Page MenuHomeWickedGov Phorge

StaticRangeInit.php
No OneTemporary

Size
808 B
Referenced Files
None
Subscribers
None

StaticRangeInit.php

<?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

Mime Type
text/x-php
Expires
Wed, Aug 19, 14:25 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c5/51/16a6815cdcfd03ee5e16669a9813
Default Alt Text
StaticRangeInit.php (808 B)

Event Timeline