Home
last modified time | relevance | path

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

12

/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/doctrine/annotations/lib/Doctrine/Common/Annotations/
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)
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
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)
/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/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-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/twig/twig/src/Node/Expression/
H A DCallExpression.php32 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 DBuilderTest.php130 $method = new \ReflectionMethod(
156 $method = new \ReflectionMethod(
/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/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php16 $expectedReflector = new \ReflectionMethod('Metadata\Tests\Fixtures\TestObject', 'setFoo');
/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/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php99 if ($functionOrMethod instanceof \ReflectionMethod) {
/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/jms/serializer/tests/Metadata/Driver/
H A DXmlDriverTest.php22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php294 return new \ReflectionMethod($valid[0], $valid[1]);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php270 …$methodReflection = new \ReflectionMethod($handlerClassName, 'cre…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst320 public function getMethodAnnotations(\ReflectionMethod $method);
327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);

12