Files
ezmigrationbundle2/API/Collection/ContentTypeGroupCollection.php

12 lines
269 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API\Collection;
/**
* @todo add phpdoc to suggest typehinting
*/
class ContentTypeGroupCollection extends AbstractCollection
{
protected $allowedClass = 'eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup';
}