I have the following code:
namespace Acme\\StoreBundle\\Entity; use Doctrine\\ORM\\Mapping as ORM; /** * Acme\\StoreBundle\\Entity\\User * * @ORM\\Tabl
PHP get_class() function will return User and namespace (see comments in php docs).
User