コード例 #1
0
ファイル: EntityReference.php プロジェクト: pscheit/psc-cms
 public static function construct(\Psc\Doctrine\Entity $entity, \Doctrine\ORM\EntityManager $em)
 {
     $ref = new static($entity->getEntityName(), $entity->getIdentifier(), $em);
     $ref->setEntity($entity);
     return $ref;
 }