2012-03-25 13:34:52 -03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Doctrine\Tests\Models\DDC889;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @Entity
|
|
|
|
*/
|
|
|
|
class DDC889Entity extends DDC889SuperClass
|
|
|
|
{
|
|
|
|
|
|
|
|
public static function loadMetadata(\Doctrine\ORM\Mapping\ClassMetadataInfo $metadata)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2016-10-26 13:24:33 -03:00
|
|
|
}
|