Files
ezmigrationbundle/API/Collection/TrashedItemCollection.php
2017-10-29 00:47:07 +01:00

12 lines
253 B
PHP

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