PHP Class Sstalle\php7cc\NodeAnalyzer\FunctionAnalyzer

Show file Open project: sstalle/php7cc Class Usage Examples

Public Methods

Method Description
isFunctionCallByStaticName ( PhpParser\Node $node, string | string[] $checkedFunctionName ) : boolean

Method Details

isFunctionCallByStaticName() public method

public isFunctionCallByStaticName ( PhpParser\Node $node, string | string[] $checkedFunctionName ) : boolean
$node PhpParser\Node
$checkedFunctionName string | string[] If an array as passed, function names should be keys
return boolean