Files
ezmigrationbundle/API/Collection/LanguageCollection.php

12 lines
249 B
PHP

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