Files
ezmigrationbundle/API/Collection/MigrationCollection.php

12 lines
245 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 MigrationCollection extends \ArrayObject
{
}