PHP Class Sstalle\php7cc\NodeVisitor\PasswordHashSaltVisitor

Inheritance: extends AbstractVisitor
Show file Open project: sstalle/php7cc

Protected Properties

Property Type Description
$functionAnalyzer Sstalle\php7cc\NodeAnalyzer\FunctionAnalyzer

Public Methods

Method Description
__construct ( FunctionAnalyzer $functionAnalyzer )
enterNode ( PhpParser\Node $node )

Method Details

__construct() public method

public __construct ( FunctionAnalyzer $functionAnalyzer )
$functionAnalyzer Sstalle\php7cc\NodeAnalyzer\FunctionAnalyzer

enterNode() public method

public enterNode ( PhpParser\Node $node )
$node PhpParser\Node

Property Details

$functionAnalyzer protected property

protected FunctionAnalyzer,Sstalle\php7cc\NodeAnalyzer $functionAnalyzer
return Sstalle\php7cc\NodeAnalyzer\FunctionAnalyzer