Files
ezmigrationbundle2/API/Collection/UserCollection.php

12 lines
238 B
PHP

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