/** | /** | ||||
* @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductCategoryInterface", mappedBy="parent" , fetch="EAGER")) | * @ORM\OneToMany(targetEntity="Lc\ShopBundle\Context\ProductCategoryInterface", mappedBy="parent" , fetch="EAGER")) | ||||
* @ORM\OrderBy({"position" = "ASC"}) | |||||
*/ | */ | ||||
protected $childrens; | protected $childrens; | ||||