Page MenuHomeWickedGov Phorge

AbstractRange.php
No OneTemporary

Size
765 B
Referenced Files
None
Subscribers
None

AbstractRange.php

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

Mime Type
text/x-php
Expires
Tue, Aug 18, 19:01 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7f/67/81481550a2f4ae86194a26376b5b
Default Alt Text
AbstractRange.php (765 B)

Event Timeline