Files
ezmigrationbundle/API/Collection/TrashedItemCollection.php
T

12 lines
250 B
PHP

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