src/Entity/Configuration.php line 10

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\ConfigurationRepository;
  4. use Doctrine\DBAL\Types\Types;
  5. use Doctrine\ORM\Mapping as ORM;
  6. #[ORM\Entity(repositoryClassConfigurationRepository::class)]
  7. class Configuration
  8. {
  9.     #[ORM\Id]
  10.     #[ORM\GeneratedValue]
  11.     #[ORM\Column]
  12.     private ?int $id null;
  13.     #[ORM\Column(length255nullabletrue)]
  14.     private ?string $logo null;
  15.     #[ORM\Column(length255nullabletrue)]
  16.     private ?string $lienfb null;
  17.     #[ORM\Column(length255nullabletrue)]
  18.     private ?string $lienyoutube null;
  19.     #[ORM\Column(length255nullabletrue)]
  20.     private ?string $lienlikedin null;
  21.     #[ORM\Column(length255nullabletrue)]
  22.     private ?string $icon null;
  23.     #[ORM\Column(length255nullabletrue)]
  24.     private ?string $github null;
  25.     #[ORM\Column(length255nullabletrue)]
  26.     private ?string $reaserachGate null;
  27.     #[ORM\Column(length255nullabletrue)]
  28.     private ?string $dblp null;
  29.     #[ORM\Column(length255nullabletrue)]
  30.     private ?string $biographie null;
  31.     #[ORM\Column(length255nullabletrue)]
  32.     private ?string $titre null;
  33.     #[ORM\Column(length255nullabletrue)]
  34.     private ?string $email null;
  35.     #[ORM\Column(length255nullabletrue)]
  36.     private ?string $telph null;
  37.     #[ORM\Column(length255nullabletrue)]
  38.     private ?string $adresse null;
  39.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  40.     private ?string $about null;
  41.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  42.     private ?string $encadrement null;
  43.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  44.     private ?string $certification null;
  45.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  46.     private ?string $temoignage null;
  47.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  48.     private ?string $contact null;
  49.     #[ORM\Column(length255nullabletrue)]
  50.     private ?string $nbencadrementpfemaster null;
  51.     #[ORM\Column(length255nullabletrue)]
  52.     private ?string $nbencadrementthese null;
  53.     #[ORM\Column(length255nullabletrue)]
  54.     private ?string $nbconference null;
  55.     #[ORM\Column(length255nullabletrue)]
  56.     private ?string $nbrevues null;
  57.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  58.     private ?string $faits null;
  59.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  60.     private ?string $skills null;
  61.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  62.     private ?string $resume null;
  63.     #[ORM\Column(length255nullabletrue)]
  64.     private ?string $summaryfullname null;
  65.     #[ORM\Column(typeTypes::TEXTnullabletrue)]
  66.     private ?string $summaryabout null;
  67.     #[ORM\Column(length255nullabletrue)]
  68.     private ?string $summaryplace null;
  69.     #[ORM\Column(length255nullabletrue)]
  70.     private ?string $summarymobile null;
  71.     #[ORM\Column(length255nullabletrue)]
  72.     private ?string $summaryemail null;
  73.     public function getId(): ?int
  74.     {
  75.         return $this->id;
  76.     }
  77.     public function getLogo(): ?string
  78.     {
  79.         return $this->logo;
  80.     }
  81.     public function setLogo(?string $logo): self
  82.     {
  83.         $this->logo $logo;
  84.         return $this;
  85.     }
  86.     public function getLienfb(): ?string
  87.     {
  88.         return $this->lienfb;
  89.     }
  90.     public function setLienfb(?string $lienfb): self
  91.     {
  92.         $this->lienfb $lienfb;
  93.         return $this;
  94.     }
  95.     public function getLienyoutube(): ?string
  96.     {
  97.         return $this->lienyoutube;
  98.     }
  99.     public function setLienyoutube(?string $lienyoutube): self
  100.     {
  101.         $this->lienyoutube $lienyoutube;
  102.         return $this;
  103.     }
  104.     public function getLienlikedin(): ?string
  105.     {
  106.         return $this->lienlikedin;
  107.     }
  108.     public function setLienlikedin(?string $lienlikedin): self
  109.     {
  110.         $this->lienlikedin $lienlikedin;
  111.         return $this;
  112.     }
  113.     public function getIcon(): ?string
  114.     {
  115.         return $this->icon;
  116.     }
  117.     public function setIcon(?string $icon): self
  118.     {
  119.         $this->icon $icon;
  120.         return $this;
  121.     }
  122.     public function getGithub(): ?string
  123.     {
  124.         return $this->github;
  125.     }
  126.     public function setGithub(?string $github): self
  127.     {
  128.         $this->github $github;
  129.         return $this;
  130.     }
  131.     public function getReaserachGate(): ?string
  132.     {
  133.         return $this->reaserachGate;
  134.     }
  135.     public function setReaserachGate(?string $reaserachGate): self
  136.     {
  137.         $this->reaserachGate $reaserachGate;
  138.         return $this;
  139.     }
  140.     public function getDblp(): ?string
  141.     {
  142.         return $this->dblp;
  143.     }
  144.     public function setDblp(?string $dblp): self
  145.     {
  146.         $this->dblp $dblp;
  147.         return $this;
  148.     }
  149.     public function getBiographie(): ?string
  150.     {
  151.         return $this->biographie;
  152.     }
  153.     public function setBiographie(?string $biographie): self
  154.     {
  155.         $this->biographie $biographie;
  156.         return $this;
  157.     }
  158.     public function getTitre(): ?string
  159.     {
  160.         return $this->titre;
  161.     }
  162.     public function setTitre(?string $titre): self
  163.     {
  164.         $this->titre $titre;
  165.         return $this;
  166.     }
  167.     public function getEmail(): ?string
  168.     {
  169.         return $this->email;
  170.     }
  171.     public function setEmail(?string $email): self
  172.     {
  173.         $this->email $email;
  174.         return $this;
  175.     }
  176.     public function getTelph(): ?string
  177.     {
  178.         return $this->telph;
  179.     }
  180.     public function setTelph(?string $telph): self
  181.     {
  182.         $this->telph $telph;
  183.         return $this;
  184.     }
  185.     public function getAdresse(): ?string
  186.     {
  187.         return $this->adresse;
  188.     }
  189.     public function setAdresse(?string $adresse): self
  190.     {
  191.         $this->adresse $adresse;
  192.         return $this;
  193.     }
  194.     public function getAbout(): ?string
  195.     {
  196.         return $this->about;
  197.     }
  198.     public function setAbout(?string $about): self
  199.     {
  200.         $this->about $about;
  201.         return $this;
  202.     }
  203.     public function getEncadrement(): ?string
  204.     {
  205.         return $this->encadrement;
  206.     }
  207.     public function setEncadrement(?string $encadrement): self
  208.     {
  209.         $this->encadrement $encadrement;
  210.         return $this;
  211.     }
  212.     public function getCertification(): ?string
  213.     {
  214.         return $this->certification;
  215.     }
  216.     public function setCertification(?string $certification): self
  217.     {
  218.         $this->certification $certification;
  219.         return $this;
  220.     }
  221.     public function getTemoignage(): ?string
  222.     {
  223.         return $this->temoignage;
  224.     }
  225.     public function setTemoignage(?string $temoignage): self
  226.     {
  227.         $this->temoignage $temoignage;
  228.         return $this;
  229.     }
  230.     public function getContact(): ?string
  231.     {
  232.         return $this->contact;
  233.     }
  234.     public function setContact(?string $contact): self
  235.     {
  236.         $this->contact $contact;
  237.         return $this;
  238.     }
  239.     public function getNbencadrementpfemaster(): ?string
  240.     {
  241.         return $this->nbencadrementpfemaster;
  242.     }
  243.     public function setNbencadrementpfemaster(?string $nbencadrementpfemaster): self
  244.     {
  245.         $this->nbencadrementpfemaster $nbencadrementpfemaster;
  246.         return $this;
  247.     }
  248.     public function getNbencadrementthese(): ?string
  249.     {
  250.         return $this->nbencadrementthese;
  251.     }
  252.     public function setNbencadrementthese(?string $nbencadrementthese): self
  253.     {
  254.         $this->nbencadrementthese $nbencadrementthese;
  255.         return $this;
  256.     }
  257.     public function getNbconference(): ?string
  258.     {
  259.         return $this->nbconference;
  260.     }
  261.     public function setNbconference(?string $nbconference): self
  262.     {
  263.         $this->nbconference $nbconference;
  264.         return $this;
  265.     }
  266.     public function getNbrevues(): ?string
  267.     {
  268.         return $this->nbrevues;
  269.     }
  270.     public function setNbrevues(?string $nbrevues): self
  271.     {
  272.         $this->nbrevues $nbrevues;
  273.         return $this;
  274.     }
  275.     public function getFaits(): ?string
  276.     {
  277.         return $this->faits;
  278.     }
  279.     public function setFaits(?string $faits): self
  280.     {
  281.         $this->faits $faits;
  282.         return $this;
  283.     }
  284.     public function getSkills(): ?string
  285.     {
  286.         return $this->skills;
  287.     }
  288.     public function setSkills(?string $skills): self
  289.     {
  290.         $this->skills $skills;
  291.         return $this;
  292.     }
  293.     public function getResume(): ?string
  294.     {
  295.         return $this->resume;
  296.     }
  297.     public function setResume(?string $resume): self
  298.     {
  299.         $this->resume $resume;
  300.         return $this;
  301.     }
  302.     public function getSummaryfullname(): ?string
  303.     {
  304.         return $this->summaryfullname;
  305.     }
  306.     public function setSummaryfullname(?string $summaryfullname): self
  307.     {
  308.         $this->summaryfullname $summaryfullname;
  309.         return $this;
  310.     }
  311.     public function getSummaryabout(): ?string
  312.     {
  313.         return $this->summaryabout;
  314.     }
  315.     public function setSummaryabout(?string $summaryabout): self
  316.     {
  317.         $this->summaryabout $summaryabout;
  318.         return $this;
  319.     }
  320.     public function getSummaryplace(): ?string
  321.     {
  322.         return $this->summaryplace;
  323.     }
  324.     public function setSummaryplace(?string $summaryplace): self
  325.     {
  326.         $this->summaryplace $summaryplace;
  327.         return $this;
  328.     }
  329.     public function getSummarymobile(): ?string
  330.     {
  331.         return $this->summarymobile;
  332.     }
  333.     public function setSummarymobile(?string $summarymobile): self
  334.     {
  335.         $this->summarymobile $summarymobile;
  336.         return $this;
  337.     }
  338.     public function getSummaryemail(): ?string
  339.     {
  340.         return $this->summaryemail;
  341.     }
  342.     public function setSummaryemail(?string $summaryemail): self
  343.     {
  344.         $this->summaryemail $summaryemail;
  345.         return $this;
  346.     }
  347. }