Files
ezmigrationbundle/API/Collection/SectionCollection.php

12 lines
247 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API\Collection;
/**
* @todo add phpdoc to suggest typehinting
*/
class SectionCollection extends AbstractCollection
{
protected $allowedClass = 'eZ\Publish\API\Repository\Values\Content\Section';
}