Home
last modified time | relevance | path

Searched refs:getMethodProperties (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
DStaticThisUsageSniff.php72 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
DClosingDeclarationCommentSniff.php64 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
DAbstractVariableSniff.php120 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
DCamelCapsFunctionNameSniff.php154 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
DValidFunctionNameSniff.php121 $methodProps = $phpcsFile->getMethodProperties($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DFile.php2943 public function getMethodProperties($stackPtr) function in PHP_CodeSniffer_File