<?phpnamespaceApp\Application\Sonata\ClassificationBundle\Entity;useSonata\ClassificationBundle\Entity\BaseCategoryasBaseCategory;/** * This file has been generated by the SonataEasyExtendsBundle. * * @link https://sonata-project.org/easy-extends * * References: * @link http://www.doctrine-project.org/projects/orm/2.0/docs/reference/working-with-objects/en */classCategoryextendsBaseCategory{/** * @var int $id */protected$id;/** * Get id. * * @return int $id */publicfunctiongetId(){return$this->id;}}