mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-04-29 10:53:12 +02:00
13 lines
290 B
PHP
13 lines
290 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
|
|
* @todo sort by key upon creation
|
|
*/
|
|
class MigrationDefinitionCollection extends \ArrayObject
|
|
{
|
|
}
|