Home
last modified time | relevance | path

Searched refs:forceReflectionAccess (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php136 public $forceReflectionAccess = false; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
144 … $this->forceReflectionAccess = $class->isInternal() || $class->getProperty($name)->isStatic();
240 'forceReflectionAccess' => $this->forceReflectionAccess,
299 $this->forceReflectionAccess = $unserialized['forceReflectionAccess'];
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php73 if (true === $metadata->forceReflectionAccess) {
108 if (true === $metadata->forceReflectionAccess) {