<?php
namespace Concrete\Core\Search\ItemList;
abstract class EntityItemList extends ItemList
{
    /** @var \Doctrine\ORM\EntityManager */
    protected $manager;

}
