Home
last modified time | relevance | path

Searched refs:ReflectionMethod (Results 26 – 35 of 35) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php17 use ReflectionMethod; alias
98 foreach ($class->getMethods(ReflectionMethod::IS_ABSTRACT) as $method) {
106 foreach ($class->getMethods(ReflectionMethod::IS_PUBLIC) as $method) {
130 private function reflectMethodToNode(ReflectionMethod $method, Node\ClassNode $classNode)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php836 * @param ReflectionMethod $method
838 protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method)
876 * @param ReflectionMethod $method
880 public static function isTestMethod(ReflectionMethod $method)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php980 * @param ReflectionMethod $method
1112 * @param ReflectionMethod $method
1116 private function canMockMethod(ReflectionMethod $method)
1153 * @param ReflectionMethod $method
1162 private function getMethodParameters(ReflectionMethod $method, $forCall = false)
1266 * @param ReflectionMethod $method
1270 private function hasReturnType(ReflectionMethod $method)
1272 return method_exists(ReflectionMethod::class, 'hasReturnType') && $method->hasReturnType();
1276 * @param ReflectionMethod $method
1280 private function allowsReturnNull(ReflectionMethod $method)
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md140 $context = $contextFactory->createFromReflector(new ReflectionMethod('\My\Example\Classy', '__const…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php168 $reflector = new ReflectionMethod($className, $methodName);
289 $reflector = new ReflectionMethod($className, $methodName);
375 $reflector = new ReflectionMethod($className, $methodName);
561 $method = new ReflectionMethod($className, $methodName);
986 $codeToCoverList[] = new ReflectionMethod(
1061 * @param ReflectionMethod $method
1071 * @param ReflectionMethod $method
1075 private static function isBeforeMethod(ReflectionMethod $method)
1081 * @param ReflectionMethod $method
1091 * @param ReflectionMethod $method
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php59 $reflectedMethod = new \ReflectionMethod($double, $methodName);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php9 use ReflectionMethod; alias
124 }, $reflection->getMethods(ReflectionMethod::IS_PROTECTED)));
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12