Home
last modified time | relevance | path

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

12

/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php163 $reflector = new \ReflectionMethod($this, 'createNode');
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php269 $r = new \ReflectionMethod($this, __FUNCTION__);
/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/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 DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method)
252 public 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 DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method)
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName)
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method);
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
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)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php278 $reflectionMethod = new \ReflectionMethod($object, $method);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php294 return new \ReflectionMethod($valid[0], $valid[1]);
H A DREADME.md207 [`ReflectionMethod`](http://php.net/ReflectionMethod) or
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php156 $r = new \ReflectionMethod($this, 'writeCacheFile');
163 $r = new \ReflectionMethod($this, 'getCacheFilename');
865 $m = new \ReflectionMethod($extension, 'initRuntime');
1504 $m = new \ReflectionMethod($extension, 'getGlobals');
H A DTemplate.php598 foreach ($ref->getMethods(\ReflectionMethod::IS_PUBLIC) as $refMethod) {
/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/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php270 …$methodReflection = new \ReflectionMethod($handlerClassName, 'cre…
/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/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php99 if ($functionOrMethod instanceof \ReflectionMethod) {
/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/serializer/tests/Metadata/Driver/
H A DXmlDriverTest.php22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');

12