Searched refs:initializeExcluded (Results 1 – 2 of 2) sorted by relevance
20 private $initializeExcluded = true; variable in JMS\\Serializer\\Handler\\ArrayCollectionHandler22 public function __construct(bool $initializeExcluded = true) argument24 $this->initializeExcluded = $initializeExcluded;73 if (false === $this->initializeExcluded) {
26 private $initializeExcluded = false; variable in JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber28 public function __construct(bool $skipVirtualTypeInit = true, bool $initializeExcluded = false) argument31 $this->initializeExcluded = (bool) $initializeExcluded;62 if (false === $this->initializeExcluded && !$virtualType) {