Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430611
BeforeLoopBodyAnalysisCapability.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
894 B
Referenced Files
None
Subscribers
None
BeforeLoopBodyAnalysisCapability.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\PluginV3
;
/**
* Plugins can implement this to specify a visitor to analyze loop conditions before the body.
*
* Note: If $this->parent_node_list is declared as an instance property, then that will automatically get set.
* $this->parent_node_list will have the elements closest to the current node at the end.
*
* - If that property is absent, it will not be set.
*/
interface
BeforeLoopBodyAnalysisCapability
{
/**
* Returns the name of the visitor class to be instantiated and invoked to analyze loop conditions before the body.
*
* The class should be created by the plugin visitor, and must extend BeforeLoopBodyAnalysisVisitor.
*
* @return class-string - The name of a class extending BeforeLoopBodyAnalysisVisitor
*/
public
static
function
getBeforeLoopBodyAnalysisVisitorClassName
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 19:19 (5 h, 45 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e4/5a/09a2295ceb8285fd58984e06e494
Default Alt Text
BeforeLoopBodyAnalysisCapability.php (894 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment