Files
ezmigrationbundle/API/Collection/ObjectStateCollection.php

12 lines
259 B
PHP

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