PHP 클래스 DuplicateArrayKeyPlugin

또한 보기: DollarDollarPlugin for generic plugin documentation.
상속: extends Phan\Plugin\PluginImplementation
파일 보기 프로젝트 열기: etsy/phan

공개 메소드들

메소드 설명
analyzeNode ( CodeBase $code_base, Context $context, ast\Node $node, ast\Node $parent_node = null ) : void

메소드 상세

analyzeNode() 공개 메소드

public analyzeNode ( CodeBase $code_base, Context $context, ast\Node $node, ast\Node $parent_node = null ) : void
$code_base Phan\CodeBase The code base in which the node exists
$context Phan\Language\Context The context in which the node exits. This is the context inside the given node rather than the context outside of the given node
$node ast\Node The php-ast Node being analyzed.
$parent_node ast\Node
리턴 void