Files
ezmigrationbundle/API/Collection/TagCollection.php

12 lines
243 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API\Collection;
/**
* @todo add phpdoc to suggest typehinting
*/
class TagCollection extends AbstractCollection
{
protected $allowedClass = 'Netgen\TagsBundle\API\Repository\Values\Tags\Tag';
}