Home
last modified time | relevance | path

Searched refs:getMethodParameters (Results 1 – 7 of 7) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php70 $params = $phpcsFile->getMethodParameters($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUselessOverridingMethodSniff.php79 foreach ($phpcsFile->getMethodParameters($stackPtr) as $param) {
H A DUnusedFunctionParameterSniff.php73 foreach ($phpcsFile->getMethodParameters($stackPtr) as $param) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1024 $this->getMethodParameters($method),
1025 $this->getMethodParameters($method, true),
1162 private function getMethodParameters(ReflectionMethod $method, $forCall = false) function in PHPUnit_Framework_MockObject_Generator
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php289 $realParams = $phpcsFile->getMethodParameters($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php360 $realParams = $phpcsFile->getMethodParameters($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2775 public function getMethodParameters($stackPtr) function in PHP_CodeSniffer_File