Files
ezmigrationbundle/API/Collection/LocationCollection.php

12 lines
244 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 LocationCollection extends \ArrayObject
{
}