Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4134182
CharacterData.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
CharacterData.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CharacterData
*
* @see https://dom.spec.whatwg.org/#interface-characterdata
*
* @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
* @phan-forbid-undeclared-magic-properties
*/
interface
CharacterData
extends
Node
,
ChildNode
,
NonDocumentTypeChildNode
{
// Direct parent: Node
/**
* @return string
*/
public
function
getData
():
string
;
/**
* @param ?string $val
*/
public
function
setData
(
?
string
$val
):
void
;
/**
* @return int
*/
public
function
getLength
():
int
;
/**
* @param int $offset
* @param int $count
* @return string
*/
public
function
substringData
(
int
$offset
,
int
$count
):
string
;
/**
* @param string $data
* @return void
*/
public
function
appendData
(
string
$data
):
void
;
/**
* @param int $offset
* @param string $data
* @return void
*/
public
function
insertData
(
int
$offset
,
string
$data
):
void
;
/**
* @param int $offset
* @param int $count
* @return void
*/
public
function
deleteData
(
int
$offset
,
int
$count
):
void
;
/**
* @param int $offset
* @param int $count
* @param string $data
* @return void
*/
public
function
replaceData
(
int
$offset
,
int
$count
,
string
$data
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 12:30 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d0/3e/4a45078b038ba5fb1c9d782ae152
Default Alt Text
CharacterData.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment