|
|
|
|
|
|
|
|
use Doctrine\ORM\Mapping as ORM; |
|
|
use Doctrine\ORM\Mapping as ORM; |
|
|
use Doctrine\Common\Collections\ArrayCollection; |
|
|
use Doctrine\Common\Collections\ArrayCollection; |
|
|
use Doctrine\Common\Collections\Collection; |
|
|
use Doctrine\Common\Collections\Collection; |
|
|
|
|
|
use Lc\SovBundle\Doctrine\EntityInterface; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @ORM\MappedSuperclass() |
|
|
* @ORM\MappedSuperclass() |
|
|
*/ |
|
|
*/ |
|
|
abstract class OrderStatusModel |
|
|
|
|
|
|
|
|
abstract class OrderStatusModel implements EntityInterface |
|
|
{ |
|
|
{ |
|
|
const ALIAS_CART = 'cart'; |
|
|
const ALIAS_CART = 'cart'; |
|
|
const ALIAS_CART_CANCELED = 'cart-canceled'; |
|
|
const ALIAS_CART_CANCELED = 'cart-canceled'; |