. */ namespace Doctrine\ORM\Persisters; /** * Persister for collections of basic elements / value types. * * @author robo */ class ElementCollectionPersister extends AbstractCollectionPersister { //put your code here }