/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/ |
H A D | AbstractTest.php | 38 $p = new \ReflectionProperty($profile, 'profiles'); 84 $p = new \ReflectionProperty($profile, 'profiles'); 88 $starts = new \ReflectionProperty($profile, 'starts'); 95 $ends = new \ReflectionProperty($profile, 'ends');
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ |
H A D | ReflectionHelper.php | 9 use ReflectionProperty; alias 23 * @return ReflectionProperty[] 56 * @return ReflectionProperty
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ |
H A D | ReflectionHelper.php | 9 use ReflectionProperty; alias 23 * @return ReflectionProperty[] 56 * @return ReflectionProperty
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | AsyncReadStreamTest.php | 10 use ReflectionProperty; alias 39 $drain = new ReflectionProperty(AsyncReadStream::class, 'drain'); 66 $size = new ReflectionProperty(AsyncReadStream::class, 'size'); 68 $drain = new ReflectionProperty(AsyncReadStream::class, 'drain'); 70 $pump = new ReflectionProperty(AsyncReadStream::class, 'pump'); 127 $needsDrain = new ReflectionProperty(AsyncReadStream::class, 'needsDrain');
|
H A D | CachingStreamTest.php | 8 use ReflectionProperty; alias 97 $skipReadBytes = new ReflectionProperty(CachingStream::class, 'skipReadBytes');
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | Reader.php | 78 function getPropertyAnnotations(\ReflectionProperty $property); 88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
|
H A D | SimpleAnnotationReader.php | 81 public function getPropertyAnnotations(\ReflectionProperty $property) 117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
|
H A D | IndexedReader.php | 89 public function getPropertyAnnotations(\ReflectionProperty $property) 102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation)
|
H A D | AnnotationReader.php | 26 use ReflectionProperty; alias 244 public function getPropertyAnnotations(ReflectionProperty $property) 260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName) 378 private function getPropertyImports(ReflectionProperty $property)
|
H A D | CachedReader.php | 103 public function getPropertyAnnotations(\ReflectionProperty $property) 123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
|
H A D | FileCacheReader.php | 130 public function getPropertyAnnotations(\ReflectionProperty $property) 268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
|
H A D | DocParser.php | 536 foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC) as $property) {
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Restorer.php | 13 use ReflectionProperty; alias 81 $reflector = new ReflectionProperty($className, $name);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/ |
H A D | DefaultAccessorStrategy.php | 77 $ref = new \ReflectionProperty($metadata->class, $name); 112 $ref = new \ReflectionProperty($metadata->class, $name);
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 16 use ReflectionProperty; alias 203 private function copyObjectProperty($object, ReflectionProperty $property)
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/ |
H A D | DeepCopy.php | 19 use ReflectionProperty; alias 214 private function copyObjectProperty($object, ReflectionProperty $property)
|
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/ |
H A D | ChangeLog.md | 9 …tps://github.com/sebastianbergmann/phpunit/pull/2): Exceptions in `ReflectionProperty::getValue()`…
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
H A D | PropertyMetadata.php | 149 private function getReflection(): \ReflectionProperty 151 return new \ReflectionProperty($this->class, $this->name);
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Model.php | 22 use ReflectionProperty; alias 165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | custom.rst | 334 public function getPropertyAnnotations(\ReflectionProperty $property); 341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 186 $p = new \ReflectionProperty($twig, 'templateClassPrefix');
|
/plugin/combo/ComboStrap/ |
H A D | CallStack.php | 123 $rp = new \ReflectionProperty($callWriterClass, "calls"); 152 $rp = new \ReflectionProperty($handlerClass, "calls");
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
H A D | SerializerBuilderTest.php | 274 $ref = new \ReflectionProperty($obj, $name);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | BaseSerializationTest.php | 1665 $ref = new \ReflectionProperty($obj, $name); 1673 $ref = new \ReflectionProperty($obj, $name);
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ProcessTest.php | 145 $h = new \ReflectionProperty($p, 'process');
|