/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 168 $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/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | Reader.php | 58 function getMethodAnnotations(\ReflectionMethod $method); 68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
|
H A D | SimpleAnnotationReader.php | 73 public function getMethodAnnotations(\ReflectionMethod $method) 103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
|
H A D | IndexedReader.php | 68 public function getMethodAnnotations(\ReflectionMethod $method) 81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
|
H A D | AnnotationReader.php | 25 use ReflectionMethod; alias 276 public function getMethodAnnotations(ReflectionMethod $method) 292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName) 350 private function getMethodImports(ReflectionMethod $method)
|
H A D | CachedReader.php | 137 public function getMethodAnnotations(\ReflectionMethod $method) 157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
|
H A D | FileCacheReader.php | 165 public function getMethodAnnotations(\ReflectionMethod $method) 252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/ |
H A D | MethodMetadata.php | 37 $this->reflection = new \ReflectionMethod($class, $name); 75 $this->reflection = new \ReflectionMethod($this->class, $this->name);
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
H A D | ClassMirror.php | 17 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-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 980 * @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/twig/twig/src/Node/Expression/ |
H A D | CallExpression.php | 32 if ($r instanceof \ReflectionMethod && \is_string($callable[0])) { 38 … } elseif ($r instanceof \ReflectionMethod && $callable[0] instanceof ExtensionInterface) { 257 if ($r instanceof \ReflectionMethod) { 279 $r = new \ReflectionMethod($callable[0], $callable[1]); 291 $r = new \ReflectionMethod($callable);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
H A D | BuilderTest.php | 130 $method = new \ReflectionMethod( 156 $method = new \ReflectionMethod(
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | Parser.php | 9 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 D | BrokerTimezoneInParseEventInfoWithoutMasterTest.php | 71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTimezoneInParseEventInfoWithoutMasterTest.php | 71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/ |
H A D | BrokerTimezoneInParseEventInfoWithoutMasterTest.php | 71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | MethodMetadataTest.php | 16 $expectedReflector = new \ReflectionMethod('Metadata\Tests\Fixtures\TestObject', 'setFoo');
|
/plugin/elasticsearch/vendor/react/promise/src/ |
H A D | Promise.php | 205 $ref = new \ReflectionMethod($callback[0], $callback[1]); 207 $ref = new \ReflectionMethod($callback, '__invoke');
|
H A D | functions.php | 331 $callbackReflection = new \ReflectionMethod($callback[0], $callback[1]); 333 $callbackReflection = new \ReflectionMethod($callback, '__invoke');
|
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/ |
H A D | Wizard.php | 99 if ($functionOrMethod instanceof \ReflectionMethod) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestSuite.php | 836 * @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/jms/serializer/tests/Metadata/Driver/ |
H A D | XmlDriverTest.php | 22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Xcallable.php | 294 return new \ReflectionMethod($valid[0], $valid[1]);
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | StandardTagFactory.php | 270 …$methodReflection = new \ReflectionMethod($handlerClassName, 'cre…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | custom.rst | 320 public function getMethodAnnotations(\ReflectionMethod $method); 327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
|