Files
ezmigrationbundle/API/Collection/VersionInfoCollection.php

12 lines
255 B
PHP

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