src/Entity/Service/MedecineGeneraleTranslation.php line 17

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace App\Entity\Service;
  4. use App\Repository\BlogCategorieRepository;
  5. use Doctrine\Common\Collections\ArrayCollection;
  6. use Doctrine\Common\Collections\Collection;
  7. use Doctrine\ORM\Mapping as ORM;
  8. use Doctrine\DBAL\Types\Types;
  9. use Knp\DoctrineBehaviors\Contract\Entity\TranslationInterface;
  10. use Knp\DoctrineBehaviors\Model\Translatable\TranslationTrait;
  11. #[ORM\Entity()]
  12. class MedecineGeneraleTranslation  implements TranslationInterface
  13. {
  14.     use TranslationTrait;
  15.     #[ORM\Id]
  16.     #[ORM\GeneratedValue]
  17.     #[ORM\Column(type'integer')]
  18.     private $id;
  19.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  20.     private ?string $bloc1 null;
  21.     #[ORM\Column(length255nullabletrue)]
  22.     private ?string $blocService1 null;
  23.     #[ORM\Column(length255nullabletrue)]
  24.     private ?string $blocService2 null;
  25.     #[ORM\Column(length255nullabletrue)]
  26.     private ?string $blocService3 null;
  27.     #[ORM\Column(length255nullabletrue)]
  28.     private ?string $blocService4 null;
  29.     #[ORM\Column(length255nullabletrue)]
  30.     private ?string $blocService5 null;
  31.     #[ORM\Column(length255nullabletrue)]
  32.     private ?string $blocService6 null;
  33.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  34.     private ?string $blocCheckup null;
  35.     #[ORM\Column(length255nullabletrue)]
  36.     private ?string $blocService7 null;
  37.     #[ORM\Column(length255nullabletrue)]
  38.     private ?string $blocService8 null;
  39.     #[ORM\Column(length255nullabletrue)]
  40.     private ?string $blocService9 null;
  41.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  42.     private ?string $blocTemoignage1 null;
  43.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  44.     private ?string $blocTemoignage2 null;
  45.     #[ORM\Column(length255nullabletrue)]
  46.     private ?string $temoignage1Titre null;
  47.     #[ORM\Column(length255nullabletrue)]
  48.     private ?string $temoignage2Titre null;
  49.     public function getId(): ?int
  50.     {
  51.         return $this->id;
  52.     }
  53.     public function getBloc1(): ?string
  54.     {
  55.         return $this->bloc1;
  56.     }
  57.     public function setBloc1(?string $bloc1): static
  58.     {
  59.         $this->bloc1 $bloc1;
  60.         return $this;
  61.     }
  62.     public function getBlocService1(): ?string
  63.     {
  64.         return $this->blocService1;
  65.     }
  66.     public function setBlocService1(?string $blocService1): static
  67.     {
  68.         $this->blocService1 $blocService1;
  69.         return $this;
  70.     }
  71.     public function getBlocService2(): ?string
  72.     {
  73.         return $this->blocService2;
  74.     }
  75.     public function setBlocService2(?string $blocService2): static
  76.     {
  77.         $this->blocService2 $blocService2;
  78.         return $this;
  79.     }
  80.     public function getBlocService3(): ?string
  81.     {
  82.         return $this->blocService3;
  83.     }
  84.     public function setBlocService3(?string $blocService3): static
  85.     {
  86.         $this->blocService3 $blocService3;
  87.         return $this;
  88.     }
  89.     public function getBlocService4(): ?string
  90.     {
  91.         return $this->blocService4;
  92.     }
  93.     public function setBlocService4(?string $blocService4): static
  94.     {
  95.         $this->blocService4 $blocService4;
  96.         return $this;
  97.     }
  98.     public function getBlocService5(): ?string
  99.     {
  100.         return $this->blocService5;
  101.     }
  102.     public function setBlocService5(?string $blocService5): static
  103.     {
  104.         $this->blocService5 $blocService5;
  105.         return $this;
  106.     }
  107.     public function getBlocService6(): ?string
  108.     {
  109.         return $this->blocService6;
  110.     }
  111.     public function setBlocService6(?string $blocService6): static
  112.     {
  113.         $this->blocService6 $blocService6;
  114.         return $this;
  115.     }
  116.     public function getBlocCheckup(): ?string
  117.     {
  118.         return $this->blocCheckup;
  119.     }
  120.     public function setBlocCheckup(?string $blocCheckup): static
  121.     {
  122.         $this->blocCheckup $blocCheckup;
  123.         return $this;
  124.     }
  125.     public function getBlocService7(): ?string
  126.     {
  127.         return $this->blocService7;
  128.     }
  129.     public function setBlocService7(?string $blocService7): static
  130.     {
  131.         $this->blocService7 $blocService7;
  132.         return $this;
  133.     }
  134.     public function getBlocService8(): ?string
  135.     {
  136.         return $this->blocService8;
  137.     }
  138.     public function setBlocService8(?string $blocService8): static
  139.     {
  140.         $this->blocService8 $blocService8;
  141.         return $this;
  142.     }
  143.     public function getBlocService9(): ?string
  144.     {
  145.         return $this->blocService9;
  146.     }
  147.     public function setBlocService9(?string $blocService9): static
  148.     {
  149.         $this->blocService9 $blocService9;
  150.         return $this;
  151.     }
  152.     public function getBlocTemoignage1(): ?string
  153.     {
  154.         return $this->blocTemoignage1;
  155.     }
  156.     public function setBlocTemoignage1(?string $blocTemoignage1): static
  157.     {
  158.         $this->blocTemoignage1 $blocTemoignage1;
  159.         return $this;
  160.     }
  161.     public function getBlocTemoignage2(): ?string
  162.     {
  163.         return $this->blocTemoignage2;
  164.     }
  165.     public function setBlocTemoignage2(?string $blocTemoignage2): static
  166.     {
  167.         $this->blocTemoignage2 $blocTemoignage2;
  168.         return $this;
  169.     }
  170.     public function getTemoignage1Titre(): ?string
  171.     {
  172.         return $this->temoignage1Titre;
  173.     }
  174.     public function setTemoignage1Titre(?string $temoignage1Titre): static
  175.     {
  176.         $this->temoignage1Titre $temoignage1Titre;
  177.         return $this;
  178.     }
  179.     public function getTemoignage2Titre(): ?string
  180.     {
  181.         return $this->temoignage2Titre;
  182.     }
  183.     public function setTemoignage2Titre(?string $temoignage2Titre): static
  184.     {
  185.         $this->temoignage2Titre $temoignage2Titre;
  186.         return $this;
  187.     }
  188. }