Files
ezmigrationbundle/API/Collection/ContentCollection.php
2016-07-30 01:43:55 +01:00

12 lines
242 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
{
}