Searched refs:AuthorList (Results 1 – 5 of 5) sorted by relevance
9 use JMS\Serializer\Tests\Fixtures\AuthorList; alias84 $list = new AuthorList();
14 use JMS\Serializer\Tests\Fixtures\AuthorList; alias182 …static function (SerializationVisitorInterface $visitor, AuthorList $data, array $type, Context $c…187 $list = new AuthorList();201 …static function (SerializationVisitorInterface $visitor, AuthorList $data, array $type, Context $c…206 $list = new AuthorList();
34 use JMS\Serializer\Tests\Fixtures\AuthorList; alias1647 $list = new AuthorList();
31 $this->authors = new AuthorList();
12 class AuthorList implements \IteratorAggregate, \Countable, \ArrayAccess class