Home
last modified time | relevance | path

Searched refs:ReflectionMethod (Results 1 – 25 of 35) sorted by path

12

/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php205 $ref = new \ReflectionMethod($callback[0], $callback[1]);
207 $ref = new \ReflectionMethod($callback, '__invoke');
H A Dfunctions.php331 $callbackReflection = new \ReflectionMethod($callback[0], $callback[1]);
333 $callbackReflection = new \ReflectionMethod($callback, '__invoke');
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst320 public function getMethodAnnotations(\ReflectionMethod $method);
327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php25 use ReflectionMethod; alias
276 public function getMethodAnnotations(ReflectionMethod $method)
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)
350 private function getMethodImports(ReflectionMethod $method)
H A DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method)
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
H A DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method)
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md207 [`ReflectionMethod`](http://php.net/ReflectionMethod) or
H A DXcallable.php294 return new \ReflectionMethod($valid[0], $valid[1]);
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php37 $this->reflection = new \ReflectionMethod($class, $name);
75 $this->reflection = new \ReflectionMethod($this->class, $this->name);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php16 $expectedReflector = new \ReflectionMethod('Metadata\Tests\Fixtures\TestObject', 'setFoo');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php278 $reflectionMethod = new \ReflectionMethod($object, $method);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DXmlDriverTest.php22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php270 …$methodReflection = new \ReflectionMethod($handlerClassName, 'cre…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md140 $context = $contextFactory->createFromReflector(new ReflectionMethod('\My\Example\Classy', '__const…
/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/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php59 $reflectedMethod = new \ReflectionMethod($double, $methodName);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php130 $method = new \ReflectionMethod(
156 $method = new \ReflectionMethod(
H A DCodeCoverageTest.php466 $getLinesToBeIgnored = new \ReflectionMethod(
/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/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/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 …]

12