Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php99 if ($functionOrMethod instanceof \ReflectionMethod) {
/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/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');
/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/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/scrape/
H A DHTMLPurifier.standalone.php
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php71 $reflectionMethod = new \ReflectionMethod($broker, 'parseEventInfo');

12