Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DTest.php168 $reflector = new ReflectionMethod($className, $methodName);
289 $reflector = new ReflectionMethod($className, $methodName);
375 $reflector = new ReflectionMethod($className, $methodName);
539 $method = new ReflectionMethod($className, $methodName);
561 $method = new ReflectionMethod($className, $methodName);
986 $codeToCoverList[] = new ReflectionMethod(
1061 * @param ReflectionMethod $method
1065 private static function isBeforeClassMethod(ReflectionMethod $method)
1071 * @param ReflectionMethod $method
1075 private static function isBeforeMethod(ReflectionMethod $method)
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method)
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation)
DSimpleAnnotationReader.php73 public function getMethodAnnotations(\ReflectionMethod $method)
103 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
DAnnotationReader.php25 use ReflectionMethod; alias
276 public function getMethodAnnotations(ReflectionMethod $method)
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName)
350 private function getMethodImports(ReflectionMethod $method)
DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method)
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
/plugin/findologicxmlexport/vendor/jms/metadata/src/
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/
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/
DGenerator.php980 * @param ReflectionMethod $method
986 …private function generateMockedMethodDefinitionFromExisting($templateDir, 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
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
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/
DBuilderTest.php130 $method = new \ReflectionMethod(
156 $method = new \ReflectionMethod(
/plugin/mdpage/vendor/cebe/markdown/
DParser.php9 use ReflectionMethod; alias
124 }, $reflection->getMethods(ReflectionMethod::IS_PROTECTED)));
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
/plugin/deletepageguard/tests/
H A Dtest_runner.php308 $reflection = new ReflectionMethod($plugin, 'validateRegexPattern');
314 $reflection = new ReflectionMethod($plugin, 'matchesPattern');
320 $reflection = new ReflectionMethod($plugin, 'getMatchTarget');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
DMethodMetadataTest.php16 $expectedReflector = new \ReflectionMethod('Metadata\Tests\Fixtures\TestObject', 'setFoo');
/plugin/elasticsearch/vendor/react/promise/src/
DPromise.php205 $ref = new \ReflectionMethod($callback[0], $callback[1]);
207 $ref = new \ReflectionMethod($callback, '__invoke');
Dfunctions.php331 $callbackReflection = new \ReflectionMethod($callback[0], $callback[1]);
333 $callbackReflection = new \ReflectionMethod($callback, '__invoke');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DBootstrap.php96 $reflector = new ReflectionMethod($func[0], $func[1]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
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/sebastian/code-unit-reverse-lookup/src/
DWizard.php99 if ($functionOrMethod instanceof \ReflectionMethod) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DXmlDriverTest.php22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');
/plugin/findologicxmlexport/vendor/hoa/consistency/
DXcallable.php294 return new \ReflectionMethod($valid[0], $valid[1]);

12