Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751242
NodeTraverserInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
629 B
Referenced Files
None
Subscribers
None
NodeTraverserInterface.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
PhpParser
;
interface
NodeTraverserInterface
{
/**
* Adds a visitor.
*
* @param NodeVisitor $visitor Visitor to add
*/
public
function
addVisitor
(
NodeVisitor
$visitor
);
/**
* Removes an added visitor.
*
* @param NodeVisitor $visitor
*/
public
function
removeVisitor
(
NodeVisitor
$visitor
);
/**
* Traverses an array of nodes using the registered visitors.
*
* @param Node[] $nodes Array of nodes
*
* @return Node[] Traversed array of nodes
*/
public
function
traverse
(
array
$nodes
)
:
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 18:08 (1 d, 5 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
97/90/2b8e4e27e45a576c2ead70db964f
Default Alt Text
NodeTraverserInterface.php (629 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment