Skip to content

Instantly share code, notes, and snippets.

@andreyserdjuk
Created June 25, 2014 08:50
Show Gist options
  • Save andreyserdjuk/523d4ad56976dadb86ee to your computer and use it in GitHub Desktop.
Save andreyserdjuk/523d4ad56976dadb86ee to your computer and use it in GitHub Desktop.
get all classes in Doctrine 2.3+
<?php
$entityClassNames = $doctrine->em->getConfiguration()
->getMetadataDriverImpl()
->getAllClassNames();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment