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
Fri, Jul 3, 18:09 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
33/ee/82d919ec1c83ec05288d7af13359
Default Alt Text
StaticRangeInit.php (808 B)

Event Timeline