Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112589
ProcessingInstruction.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
ProcessingInstruction.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* ProcessingInstruction
*
* @see https://dom.spec.whatwg.org/#interface-processinginstruction
*
* @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 CSSStyleSheet|null $sheet
* @property string $target
* @phan-forbid-undeclared-magic-properties
*/
interface
ProcessingInstruction
extends
CharacterData
,
LinkStyle
{
// Direct parent: CharacterData
/**
* @return string
*/
public
function
getTarget
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:55 (19 h, 24 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/9a/7f263f2070ca540e9d0e4eeb9cc6
Default Alt Text
ProcessingInstruction.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment