2011-12-14 22:28:01 +04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Doctrine\Tests\Models\DDC964;
|
|
|
|
|
|
|
|
use Doctrine\Common\Collections\ArrayCollection;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @Entity
|
|
|
|
*/
|
|
|
|
class DDC964Guest extends DDC964User
|
|
|
|
{
|
2012-02-02 06:57:39 +04:00
|
|
|
public static function loadMetadata($metadata)
|
|
|
|
{
|
2011-12-14 22:28:01 +04:00
|
|
|
|
2012-02-02 06:57:39 +04:00
|
|
|
}
|
2011-12-14 22:28:01 +04:00
|
|
|
}
|