vendor/doctrine/lib/Doctrine/ORM/Persisters/UnionSubclassPersister.php
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2012 13:08:44 +0100
changeset 83 db5efc0fec8d
parent 0 7f95f8617b0b
permissions -rwxr-xr-x
update sub repos

<?php

namespace Doctrine\ORM\Persisters;

class UnionSubclassPersister extends BasicEntityPersister
{
    
}