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