Home
last modified time | relevance | path

Searched refs:ReflectionProperty (Results 1 – 25 of 26) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php38 $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 DReflectionHelper.php9 use ReflectionProperty; alias
23 * @return ReflectionProperty[]
56 * @return ReflectionProperty
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php9 use ReflectionProperty; alias
23 * @return ReflectionProperty[]
56 * @return ReflectionProperty
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php10 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 DCachingStreamTest.php8 use ReflectionProperty; alias
97 $skipReadBytes = new ReflectionProperty(CachingStream::class, 'skipReadBytes');
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DReader.php78 function getPropertyAnnotations(\ReflectionProperty $property);
88 function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
H A DSimpleAnnotationReader.php81 public function getPropertyAnnotations(\ReflectionProperty $property)
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DIndexedReader.php89 public function getPropertyAnnotations(\ReflectionProperty $property)
102 public function getPropertyAnnotation(\ReflectionProperty $property, $annotation)
H A DAnnotationReader.php26 use ReflectionProperty; alias
244 public function getPropertyAnnotations(ReflectionProperty $property)
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName)
378 private function getPropertyImports(ReflectionProperty $property)
H A DCachedReader.php103 public function getPropertyAnnotations(\ReflectionProperty $property)
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DFileCacheReader.php130 public function getPropertyAnnotations(\ReflectionProperty $property)
268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DDocParser.php536 foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC) as $property) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php13 use ReflectionProperty; alias
81 $reflector = new ReflectionProperty($className, $name);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php77 $ref = new \ReflectionProperty($metadata->class, $name);
112 $ref = new \ReflectionProperty($metadata->class, $name);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php16 use ReflectionProperty; alias
203 private function copyObjectProperty($object, ReflectionProperty $property)
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php19 use ReflectionProperty; alias
214 private function copyObjectProperty($object, ReflectionProperty $property)
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md9 …tps://github.com/sebastianbergmann/phpunit/pull/2): Exceptions in `ReflectionProperty::getValue()`…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php149 private function getReflection(): \ReflectionProperty
151 return new \ReflectionProperty($this->class, $this->name);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php22 use ReflectionProperty; alias
165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst334 public function getPropertyAnnotations(\ReflectionProperty $property);
341 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php186 $p = new \ReflectionProperty($twig, 'templateClassPrefix');
/plugin/combo/ComboStrap/
H A DCallStack.php123 $rp = new \ReflectionProperty($callWriterClass, "calls");
152 $rp = new \ReflectionProperty($handlerClass, "calls");
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php274 $ref = new \ReflectionProperty($obj, $name);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1665 $ref = new \ReflectionProperty($obj, $name);
1673 $ref = new \ReflectionProperty($obj, $name);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php145 $h = new \ReflectionProperty($p, 'process');

12