Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432055
TreeWalker.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
TreeWalker.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* TreeWalker
*
* @see https://dom.spec.whatwg.org/#interface-treewalker
*
* @property Node $root
* @property int $whatToShow
* @property NodeFilter|callable|null $filter
* @property Node $currentNode
* @phan-forbid-undeclared-magic-properties
*/
interface
TreeWalker
{
/**
* @return Node
*/
public
function
getRoot
();
/**
* @return int
*/
public
function
getWhatToShow
():
int
;
/**
* @return NodeFilter|callable|null
*/
public
function
getFilter
();
/**
* @return Node
*/
public
function
getCurrentNode
();
/**
* @param Node $val
*/
public
function
setCurrentNode
(
/* Node */
$val
):
void
;
/**
* @return Node|null
*/
public
function
parentNode
();
/**
* @return Node|null
*/
public
function
firstChild
();
/**
* @return Node|null
*/
public
function
lastChild
();
/**
* @return Node|null
*/
public
function
previousSibling
();
/**
* @return Node|null
*/
public
function
nextSibling
();
/**
* @return Node|null
*/
public
function
previousNode
();
/**
* @return Node|null
*/
public
function
nextNode
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:23 (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0d/00/3bbcbed510536be0e87de5df8532
Default Alt Text
TreeWalker.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment