mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-04-30 03:13:10 +02:00
12 lines
243 B
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 LocationCollection extends ArrayObject
|
|
{
|
|
}
|