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

12 lines
249 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 MigrationStepsCollection extends ArrayObject
{
}