Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4121958
Text.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
Text.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* Text
*
* @see https://dom.spec.whatwg.org/#interface-text
*
* @property int $nodeType
* @property string $nodeName
* @property string $baseURI
* @property bool $isConnected
* @property Document|null $ownerDocument
* @property Node|null $parentNode
* @property Element|null $parentElement
* @property NodeList $childNodes
* @property Node|null $firstChild
* @property Node|null $lastChild
* @property Node|null $previousSibling
* @property Node|null $nextSibling
* @property ?string $nodeValue
* @property ?string $textContent
* @property Element|null $previousElementSibling
* @property Element|null $nextElementSibling
* @property string $data
* @property int $length
* @property HTMLSlotElement|null $assignedSlot
* @property string $wholeText
* @phan-forbid-undeclared-magic-properties
*/
interface
Text
extends
CharacterData
,
Slottable
{
// Direct parent: CharacterData
/**
* @param int $offset
* @return \Wikimedia\IDLeDOM\Text
*/
public
function
splitText
(
int
$offset
);
/**
* @return string
*/
public
function
getWholeText
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 05:03 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/d7/09cbdff9dcfa025d4434a25fb14f
Default Alt Text
Text.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment