Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432341
BeforeLoopBodyAnalysisVisitor.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
919 B
Referenced Files
None
Subscribers
None
BeforeLoopBodyAnalysisVisitor.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Phan\PluginV3
;
/**
* For plugins that want to analyze loop conditions before the body.
*
* Public APIs for use by plugins:
*
* - visitForeach(...), visitFor(...), visitWhile(...) (Override these methods)
* - emitPluginIssue(CodeBase $code_base, Config $config, ...) (Call these methods)
* - emit(...)
* - Public methods from Phan\AST\AnalysisVisitor
*
* TODO Parent interface is too broad
*/
abstract
class
BeforeLoopBodyAnalysisVisitor
extends
PluginAwareBaseAnalysisVisitor
{
// Subclasses should declare protected $parent_node_list as an instance property if they need to know the list.
// @var list<Node> - Set after the constructor is called if an instance property with this name is declared
// protected $parent_node_list;
// Implementations should omit the constructor or call parent::__construct(CodeBase $code_base, Context $context)
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:39 (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b0/c6/15bfe0885941ecc9fe90cb69dc3b
Default Alt Text
BeforeLoopBodyAnalysisVisitor.php (919 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment