Home
last modified time | relevance | path

Searched refs:reflector (Results 1 – 15 of 15) sorted by relevance

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php41 public function createFromReflector(\Reflector $reflector) argument
43 if (method_exists($reflector, 'getDeclaringClass')) {
44 $reflector = $reflector->getDeclaringClass();
47 $fileName = $reflector->getFileName();
48 $namespace = $reflector->getNamespaceName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php166 $reflector = new ReflectionClass($className);
167 $docComment = $reflector->getDocComment();
168 $reflector = new ReflectionMethod($className, $methodName);
169 $docComment .= "\n" . $reflector->getDocComment();
289 $reflector = new ReflectionMethod($className, $methodName);
290 $docComment = $reflector->getDocComment();
375 $reflector = new ReflectionMethod($className, $methodName);
376 $docComment = $reflector->getDocComment();
1040 foreach ($reflectors as $reflector) {
1041 $filename = $reflector->getFileName();
[all …]
H A DBlacklist.php91 $reflector = new ReflectionClass($className);
92 $directory = $reflector->getFileName();
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php81 $reflector = new ReflectionProperty($className, $name);
82 $reflector->setAccessible(true);
83 $reflector->setValue($value);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php67 $reflector = new \ReflectionObject($variable);
69 foreach ($reflector->getProperties() as $attribute) {
/plugin/combo/ComboStrap/
H A DClassUtility.php23 $reflector = new \ReflectionClass($objectOrClass);
24 $fileName = $reflector->getFileName();
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php65 $reflector = new \ReflectionClass($classOrTrait);
67 foreach ($reflector->getMethods() as $method) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php21 private $reflector; variable in Twig\\Node\\Expression\\CallExpression
270 if (null !== $this->reflector) {
271 return $this->reflector;
297 return $this->reflector = [$r, $callable];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php163 $reflector = new \ReflectionMethod($this, 'createNode');
165 if (__CLASS__ !== $reflector->getDeclaringClass()->name) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1079 $reflector = new ReflectionClass($this->expectedException);
1083 $reflector->isSubclassOf('PHPUnit_Framework_Exception')) {
2478 $reflector = new ReflectionObject($testArgument);
2480 if (!$reflector->isCloneable()) {
2484 if ($reflector->hasMethod('__clone') &&
2485 $reflector->getMethod('__clone')->isPublic()) {
H A DAssert.php2880 $reflector = new ReflectionObject($object);
2882 while ($reflector = $reflector->getParentClass()) {
2884 $attribute = $reflector->getProperty($attributeName);
/plugin/barcodes/
H A Dcomposer.lock1299 "sebastian/object-reflector": "^2.0",
1420 "sebastian/object-reflector": "^2.0",
1462 "name": "sebastian/object-reflector",
1466 "url": "https://github.com/sebastianbergmann/object-reflector.git",
1471 …"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605…
1503 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
1505 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
1506 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php382 $reflector = new ReflectionClass($originalClassName);
385 foreach ($reflector->getMethods() as $method) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2024 "sebastian/object-reflector": "^2.0",
2145 "sebastian/object-reflector": "^2.0",
2187 "name": "sebastian/object-reflector",
2191 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2196 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2228 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2230 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2231 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
/plugin/scrape/
H A DHTMLPurifier.standalone.php