Files
ezmigrationbundle/API/Collection/ContentCollection.php

12 lines
243 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API\Collection;
/**
* @todo validate that elements added to this collection are of the supported type!
* @todo add phpdoc to suggest typehinting
*/
class ContentCollection extends \ArrayObject
{
}