|
|
|
|
|
|
|
|
namespace Lc\SovBundle\Model\Setting; |
|
|
namespace Lc\SovBundle\Model\Setting; |
|
|
|
|
|
|
|
|
use Doctrine\ORM\Mapping as ORM; |
|
|
use Doctrine\ORM\Mapping as ORM; |
|
|
use Lc\SovBundle\Doctrine\EntityInterface; |
|
|
|
|
|
use Lc\SovBundle\Model\File\FileInterface; |
|
|
use Lc\SovBundle\Model\File\FileInterface; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @ORM\MappedSuperclass() |
|
|
* @ORM\MappedSuperclass() |
|
|
*/ |
|
|
*/ |
|
|
abstract class SettingModel implements SettingInterface, EntityInterface |
|
|
|
|
|
|
|
|
abstract class SettingModel |
|
|
{ |
|
|
{ |
|
|
/** |
|
|
/** |
|
|
* @ORM\Column(type="string", length=63) |
|
|
* @ORM\Column(type="string", length=63) |