/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
H A D | ArrayCollectionHandlerTest.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 31 $collection = new ArrayCollection(['foo']); 49 …$factoryMock->method('getMetadataForClass')->willReturn(new ClassMetadata(ArrayCollection::class)); 56 $collection = new ArrayCollection(['foo']);
|
H A D | ArrayCollectionDepthTest.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 44 [new ArrayCollection($data)],
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | AbstractStringContainerBlock.php |
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | CircularReferenceParent.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 25 $this->anotherCollection = new ArrayCollection(); 41 $this->anotherCollection = new ArrayCollection();
|
H A D | PersonCollection.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 30 $this->persons = new ArrayCollection();
|
H A D | BlogPost.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 115 $this->comments = new ArrayCollection();
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | ArrayCollectionHandler.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 90 …ionVisitorInterface $visitor, $data, array $type, DeserializationContext $context): ArrayCollection 95 return new ArrayCollection($visitor->visitArray($data, $type));
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/ |
H A D | DoctrineEmptyCollectionFilter.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 26 $reflectionProperty->setValue($object, new ArrayCollection());
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/ |
H A D | DoctrineEmptyCollectionFilter.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 26 $reflectionProperty->setValue($object, new ArrayCollection());
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/ |
H A D | Comment.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 35 $this->blogPost = new ArrayCollection();
|
H A D | BlogPost.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 87 $this->comments = new ArrayCollection();
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/ |
H A D | Comment.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 35 $this->blogPost = new ArrayCollection();
|
H A D | BlogPost.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 74 $this->comments = new ArrayCollection();
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/SingleTableInheritance/ |
H A D | Clazz.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 27 $this->students = new ArrayCollection($students);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/ |
H A D | BlogPost.yml | 34 type: ArrayCollection<JMS\Serializer\Tests\Fixtures\Comment>
|
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | ArrayCollection.php | 27 final class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess 26 class ArrayCollection implements \IteratorAggregate, \Countable, \ArrayAccess global() class
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 381 | ArrayCollection<T> | Similar to array<T>, but will be deser… 382 | | into Doctrine's ArrayCollection class.… 384 | ArrayCollection<K, V> | Similar to array<K, V>, but will be de… 385 | | into Doctrine's ArrayCollection class.… 421 * @Type("ArrayCollection<MyNamespace\Comment>")
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | BaseSerializationTest.php | 7 use Doctrine\Common\Collections\ArrayCollection; alias 724 self::assertAttributeEquals(new ArrayCollection([$comment]), 'comments', $deserialized); 753 self::assertAttributeEquals(new ArrayCollection(), 'comments', $deserialized);
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG.md | 444 - `ArrayCollection` 458 - `ArrayCollection` only supports integer keys 498 - Removed the following `ArrayCollection` methods:
|
H A D | CHANGELOG-0.x.md |
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 134 - Deserialization to ArrayCollection not working as expected [\#9](https://github.com/schmittjoh/se… 169 - MaxDepth exclusion strategy for OneToMany \(ArrayCollection\) type triggers too many doctrine que… 604 - I'm receiving "Class ArrayCollection does not exist" when serializing \(temporarily solved with a… 756 - Trying to decorate a member to ArrayCollection but gets an error when deserilizing because compos…
|