Searched refs:getDeclarationName (Results 1 – 14 of 14) sorted by relevance
119 $methodName = $phpcsFile->getDeclarationName($stackPtr);125 $className = $phpcsFile->getDeclarationName($currScope);188 $functionName = $phpcsFile->getDeclarationName($stackPtr);
77 $className = $phpcsFile->getDeclarationName($currScope);83 $methodName = $phpcsFile->getDeclarationName($stackPtr);
48 $methodName = $phpcsFile->getDeclarationName($stackPtr);67 $className = $phpcsFile->getDeclarationName($currScope);
91 $methodName = $phpcsFile->getDeclarationName($stackPtr);97 $className = $phpcsFile->getDeclarationName($currScope);194 $functionName = $phpcsFile->getDeclarationName($stackPtr);
92 $fullQualifiedClassName .= $phpcsFile->getDeclarationName($currScope);94 $declarationName = $phpcsFile->getDeclarationName($currScope);
60 $functionName = $phpcsFile->getDeclarationName($stackPtr);
50 $functionName = $phpcsFile->getDeclarationName($stackPtr);
59 $methodName = $phpcsFile->getDeclarationName($stackPtr);
88 $decName = $phpcsFile->getDeclarationName($stackPtr);
58 $methodName = $phpcsFile->getDeclarationName($stackPtr);
75 $methodName = $phpcsFile->getDeclarationName($stackPtr);
125 $methodName = $phpcsFile->getDeclarationName($stackPtr);
2670 public function getDeclarationName($stackPtr) function in PHP_CodeSniffer_File