Files
ezmigrationbundle2/API/Collection/ContentTypeCollection.php

12 lines
259 B
PHP

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