PHP Class Psecio\Parse\Rule\HardcodedSensitiveValues

Long description missing...
Inheritance: implements Psecio\Parse\RuleInterface, use trait Psecio\Parse\Rule\Helper\NameTrait, use trait Psecio\Parse\Rule\Helper\DocblockDescriptionTrait, use trait Psecio\Parse\Rule\Helper\IsExpressionTrait, use trait Psecio\Parse\Rule\Helper\IsFunctionCallTrait
Afficher le fichier Open project: psecio/parse

Méthodes publiques

Méthode Description
isSensitiveName ( $name )
isValid ( PhpParser\Node $node )

Méthodes protégées

Méthode Description
endsWith ( $haystack, $needle )
getNameAndValue ( $node )
matchSearchList ( $name, $list )
startsWith ( $haystack, $needle )

Method Details

endsWith() protected méthode

protected endsWith ( $haystack, $needle )

getNameAndValue() protected méthode

protected getNameAndValue ( $node )

isSensitiveName() public méthode

public isSensitiveName ( $name )

isValid() public méthode

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

matchSearchList() protected méthode

protected matchSearchList ( $name, $list )

startsWith() protected méthode

protected startsWith ( $haystack, $needle )