Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112322
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
Tue, Aug 18, 22:48 (16 h, 49 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/82/f21b51981d6de1cf4ac43849b72d
Default Alt Text
TreeWalker.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment