Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4099771
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\Stub
;
use
Exception
;
trait
CharacterData
{
// use \Wikimedia\IDLeDOM\Stub\ChildNode;
// use \Wikimedia\IDLeDOM\Stub\NonDocumentTypeChildNode;
// Underscore is used to avoid conflicts with DOM-reserved names
// phpcs:disable PSR2.Methods.MethodDeclaration.Underscore
// phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
/**
* @return Exception
*/
abstract
protected
function
_unimplemented
():
Exception
;
// phpcs:enable
/**
* @return string
*/
public
function
getData
():
string
{
throw
self
::
_unimplemented
();
}
/**
* @param ?string $val
*/
public
function
setData
(
?
string
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return int
*/
public
function
getLength
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $offset
* @param int $count
* @return string
*/
public
function
substringData
(
int
$offset
,
int
$count
):
string
{
throw
self
::
_unimplemented
();
}
/**
* @param string $data
* @return void
*/
public
function
appendData
(
string
$data
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @param int $offset
* @param string $data
* @return void
*/
public
function
insertData
(
int
$offset
,
string
$data
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @param int $offset
* @param int $count
* @return void
*/
public
function
deleteData
(
int
$offset
,
int
$count
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @param int $offset
* @param int $count
* @param string $data
* @return void
*/
public
function
replaceData
(
int
$offset
,
int
$count
,
string
$data
):
void
{
throw
self
::
_unimplemented
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 16:04 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
83/cf/b98f048869fce88ed7ea61bed76e
Default Alt Text
CharacterData.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment