src/Entity/Setting.php line 10
<?phpnamespace App\Entity;use App\Repository\SettingRepository;use Doctrine\DBAL\Types\Types;use Doctrine\ORM\Mapping as ORM;#[ORM\Entity(repositoryClass: SettingRepository::class)]class Setting{#[ORM\Id]#[ORM\GeneratedValue]#[ORM\Column]private ?int $id = null;#[ORM\Column(length: 255)]private ?string $siteName = null;#[ORM\Column(length: 255)]private ?string $siteUrl = null;#[ORM\Column(length: 255)]private ?string $siteUrlfull = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteLogo = null;#[ORM\Column(length: 255)]private ?string $siteEmail = null;#[ORM\Column(length: 255)]private ?string $siteAdress = null;#[ORM\Column(length: 255)]private ?string $siteCp = null;#[ORM\Column(length: 255)]private ?string $siteVille = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteTelephone = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteFax = null;#[ORM\Column(length: 550, nullable: true)]private ?string $siteMap = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteFacebook = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteLinkedin = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteInstagram = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteMentionslegales = null;#[ORM\Column(length: 255)]private ?string $siteHomesalondatejour = null;#[ORM\Column(length: 255)]private ?string $siteHomesalondatejournb = null;#[ORM\Column(length: 255)]private ?string $siteHomesalondatemois = null;#[ORM\Column(length: 255)]private ?string $siteHomesalondateannee = null;#[ORM\Column(length: 255)]private ?string $siteHomesalonmaintitle = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomemainvideo = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteHomemaintext = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteHomesubtext = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomepratiquemap = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomepratiquemaintitle = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomepratiquetitle1 = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteHomepratiquetext1 = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomepratiquetitle2 = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteHomepratiquetext2 = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteHomepratiquetitle3 = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteHomepratiquetext3 = null;#[ORM\Column(length: 255)]private ?string $siteHomehero = null;#[ORM\Column(length: 255)]private ?string $siteProgramhero = null;#[ORM\Column(length: 255)]private ?string $siteEntrepriseshero = null;#[ORM\Column(length: 255)]private ?string $siteContacthero = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteDescription = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteKeywords = null;#[ORM\Column(length: 255)]private ?string $siteHomecard1image = null;#[ORM\Column(length: 255)]private ?string $siteHomecard1nb = null;#[ORM\Column(length: 255)]private ?string $siteHomecard1title = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomecard1text = null;#[ORM\Column(length: 255)]private ?string $siteHomecard2image = null;#[ORM\Column(length: 255)]private ?string $siteHomecard2nb = null;#[ORM\Column(length: 255)]private ?string $siteHomecard2title = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomecard2text = null;#[ORM\Column(length: 255)]private ?string $siteHomecard3image = null;#[ORM\Column(length: 255)]private ?string $siteHomecard3nb = null;#[ORM\Column(length: 255)]private ?string $siteHomecard3title = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomecard3text = null;#[ORM\Column(length: 255)]private ?string $siteProgrammaintitle = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgrammaintext = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardemploititle = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardemploipicto = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgramcardemploitext = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardentreprisestitle = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardentreprisespicto = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgramcardentreprisestext = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardmetierstitle = null;#[ORM\Column(length: 255)]private ?string $siteProgramcardmetierspicto = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgramcardmetierstext = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgramfacebooktext = null;#[ORM\Column(length: 255)]private ?string $siteOffreshero = null;#[ORM\Column(length: 255)]private ?string $siteContactmaintitle = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteContactmaintext = null;#[ORM\Column(length: 255)]private ?string $siteOffresmaintitle = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteOffresmaintext = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteProgramsubtext = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteEntreprisesmaintitle = null;#[ORM\Column(type: Types::TEXT, nullable: true)]private ?string $siteEntreprisesmaintext = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomeherotitle = null;#[ORM\Column(length: 255)]private ?string $siteHomecard4image = null;#[ORM\Column(length: 255)]private ?string $siteHomecard4nb = null;#[ORM\Column(length: 255)]private ?string $siteHomecard4title = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomecard4text = null;#[ORM\Column(length: 255)]private ?string $siteHomecard5image = null;#[ORM\Column(length: 255)]private ?string $siteHomecard5nb = null;#[ORM\Column(length: 255)]private ?string $siteHomecard5title = null;#[ORM\Column(type: Types::TEXT)]private ?string $siteHomecard5text = null;#[ORM\Column(length: 255, nullable: true)]private ?string $siteProgramimage = null;public function getId(): ?int{return $this->id;}public function getSiteName(): ?string{return $this->siteName;}public function setSiteName(string $siteName): self{$this->siteName = $siteName;return $this;}public function getSiteUrl(): ?string{return $this->siteUrl;}public function setSiteUrl(string $siteUrl): self{$this->siteUrl = $siteUrl;return $this;}public function getSiteUrlfull(): ?string{return $this->siteUrlfull;}public function setSiteUrlfull(string $siteUrlfull): self{$this->siteUrlfull = $siteUrlfull;return $this;}public function getSiteLogo(): ?string{return $this->siteLogo;}public function setSiteLogo(?string $siteLogo): self{$this->siteLogo = $siteLogo;return $this;}public function getSiteEmail(): ?string{return $this->siteEmail;}public function setSiteEmail(string $siteEmail): self{$this->siteEmail = $siteEmail;return $this;}public function getSiteAdress(): ?string{return $this->siteAdress;}public function setSiteAdress(string $siteAdress): self{$this->siteAdress = $siteAdress;return $this;}public function getSiteCp(): ?string{return $this->siteCp;}public function setSiteCp(string $siteCp): self{$this->siteCp = $siteCp;return $this;}public function getSiteVille(): ?string{return $this->siteVille;}public function setSiteVille(string $siteVille): self{$this->siteVille = $siteVille;return $this;}public function getSiteTelephone(): ?string{return $this->siteTelephone;}public function setSiteTelephone(?string $siteTelephone): self{$this->siteTelephone = $siteTelephone;return $this;}public function getSiteFax(): ?string{return $this->siteFax;}public function setSiteFax(?string $siteFax): self{$this->siteFax = $siteFax;return $this;}public function getSiteMap(): ?string{return $this->siteMap;}public function setSiteMap(?string $siteMap): self{$this->siteMap = $siteMap;return $this;}public function getSiteFacebook(): ?string{return $this->siteFacebook;}public function setSiteFacebook(?string $siteFacebook): self{$this->siteFacebook = $siteFacebook;return $this;}public function getSiteLinkedin(): ?string{return $this->siteLinkedin;}public function setSiteLinkedin(?string $siteLinkedin): self{$this->siteLinkedin = $siteLinkedin;return $this;}public function getSiteInstagram(): ?string{return $this->siteInstagram;}public function setSiteInstagram(?string $siteInstagram): self{$this->siteInstagram = $siteInstagram;return $this;}public function getSiteMentionslegales(): ?string{return $this->siteMentionslegales;}public function setSiteMentionslegales(string $siteMentionslegales): self{$this->siteMentionslegales = $siteMentionslegales;return $this;}public function getSiteHomesalondatejour(): ?string{return $this->siteHomesalondatejour;}public function setSiteHomesalondatejour(string $siteHomesalondatejour): self{$this->siteHomesalondatejour = $siteHomesalondatejour;return $this;}public function getSiteHomesalondatejournb(): ?string{return $this->siteHomesalondatejournb;}public function setSiteHomesalondatejournb(string $siteHomesalondatejournb): self{$this->siteHomesalondatejournb = $siteHomesalondatejournb;return $this;}public function getSiteHomesalondatemois(): ?string{return $this->siteHomesalondatemois;}public function setSiteHomesalondatemois(string $siteHomesalondatemois): self{$this->siteHomesalondatemois = $siteHomesalondatemois;return $this;}public function getSiteHomesalondateannee(): ?string{return $this->siteHomesalondateannee;}public function setSiteHomesalondateannee(string $siteHomesalondateannee): self{$this->siteHomesalondateannee = $siteHomesalondateannee;return $this;}public function getSiteHomesalonmaintitle(): ?string{return $this->siteHomesalonmaintitle;}public function setSiteHomesalonmaintitle(string $siteHomesalonmaintitle): self{$this->siteHomesalonmaintitle = $siteHomesalonmaintitle;return $this;}public function getSiteHomemainvideo(): ?string{return $this->siteHomemainvideo;}public function setSiteHomemainvideo(?string $siteHomemainvideo): self{$this->siteHomemainvideo = $siteHomemainvideo;return $this;}public function getSiteHomemaintext(): ?string{return $this->siteHomemaintext;}public function setSiteHomemaintext(?string $siteHomemaintext): self{$this->siteHomemaintext = $siteHomemaintext;return $this;}public function getSiteHomesubtext(): ?string{return $this->siteHomesubtext;}public function setSiteHomesubtext(?string $siteHomesubtext): self{$this->siteHomesubtext = $siteHomesubtext;return $this;}public function getSiteHomepratiquemap(): ?string{return $this->siteHomepratiquemap;}public function setSiteHomepratiquemap(?string $siteHomepratiquemap): self{$this->siteHomepratiquemap = $siteHomepratiquemap;return $this;}public function getSiteHomepratiquemaintitle(): ?string{return $this->siteHomepratiquemaintitle;}public function setSiteHomepratiquemaintitle(?string $siteHomepratiquemaintitle): self{$this->siteHomepratiquemaintitle = $siteHomepratiquemaintitle;return $this;}public function getSiteHomepratiquetitle1(): ?string{return $this->siteHomepratiquetitle1;}public function setSiteHomepratiquetitle1(?string $siteHomepratiquetitle1): self{$this->siteHomepratiquetitle1 = $siteHomepratiquetitle1;return $this;}public function getSiteHomepratiquetext1(): ?string{return $this->siteHomepratiquetext1;}public function setSiteHomepratiquetext1(?string $siteHomepratiquetext1): self{$this->siteHomepratiquetext1 = $siteHomepratiquetext1;return $this;}public function getSiteHomepratiquetitle2(): ?string{return $this->siteHomepratiquetitle2;}public function setSiteHomepratiquetitle2(?string $siteHomepratiquetitle2): self{$this->siteHomepratiquetitle2 = $siteHomepratiquetitle2;return $this;}public function getSiteHomepratiquetext2(): ?string{return $this->siteHomepratiquetext2;}public function setSiteHomepratiquetext2(?string $siteHomepratiquetext2): self{$this->siteHomepratiquetext2 = $siteHomepratiquetext2;return $this;}public function getSiteHomepratiquetitle3(): ?string{return $this->siteHomepratiquetitle3;}public function setSiteHomepratiquetitle3(?string $siteHomepratiquetitle3): self{$this->siteHomepratiquetitle3 = $siteHomepratiquetitle3;return $this;}public function getSiteHomepratiquetext3(): ?string{return $this->siteHomepratiquetext3;}public function setSiteHomepratiquetext3(?string $siteHomepratiquetext3): self{$this->siteHomepratiquetext3 = $siteHomepratiquetext3;return $this;}public function getSiteHomehero(): ?string{return $this->siteHomehero;}public function setSiteHomehero(string $siteHomehero): self{$this->siteHomehero = $siteHomehero;return $this;}public function getSiteProgramhero(): ?string{return $this->siteProgramhero;}public function setSiteProgramhero(string $siteProgramhero): self{$this->siteProgramhero = $siteProgramhero;return $this;}public function getSiteEntrepriseshero(): ?string{return $this->siteEntrepriseshero;}public function setSiteEntrepriseshero(string $siteEntrepriseshero): self{$this->siteEntrepriseshero = $siteEntrepriseshero;return $this;}public function getSiteContacthero(): ?string{return $this->siteContacthero;}public function setSiteContacthero(string $siteContacthero): self{$this->siteContacthero = $siteContacthero;return $this;}public function getSiteDescription(): ?string{return $this->siteDescription;}public function setSiteDescription(string $siteDescription): self{$this->siteDescription = $siteDescription;return $this;}public function getSiteKeywords(): ?string{return $this->siteKeywords;}public function setSiteKeywords(string $siteKeywords): self{$this->siteKeywords = $siteKeywords;return $this;}public function __toString(){return $this->getSiteName();}public function getSiteHomecard1image(): ?string{return $this->siteHomecard1image;}public function setSiteHomecard1image(string $siteHomecard1image): self{$this->siteHomecard1image = $siteHomecard1image;return $this;}public function getSiteHomecard1nb(): ?string{return $this->siteHomecard1nb;}public function setSiteHomecard1nb(string $siteHomecard1nb): self{$this->siteHomecard1nb = $siteHomecard1nb;return $this;}public function getSiteHomecard1title(): ?string{return $this->siteHomecard1title;}public function setSiteHomecard1title(string $siteHomecard1title): self{$this->siteHomecard1title = $siteHomecard1title;return $this;}public function getSiteHomecard1text(): ?string{return $this->siteHomecard1text;}public function setSiteHomecard1text(string $siteHomecard1text): self{$this->siteHomecard1text = $siteHomecard1text;return $this;}public function getSiteHomecard2image(): ?string{return $this->siteHomecard2image;}public function setSiteHomecard2image(string $siteHomecard2image): self{$this->siteHomecard2image = $siteHomecard2image;return $this;}public function getSiteHomecard2nb(): ?string{return $this->siteHomecard2nb;}public function setSiteHomecard2nb(string $siteHomecard2nb): self{$this->siteHomecard2nb = $siteHomecard2nb;return $this;}public function getSiteHomecard2title(): ?string{return $this->siteHomecard2title;}public function setSiteHomecard2title(string $siteHomecard2title): self{$this->siteHomecard2title = $siteHomecard2title;return $this;}public function getSiteHomecard2text(): ?string{return $this->siteHomecard2text;}public function setSiteHomecard2text(string $siteHomecard2text): self{$this->siteHomecard2text = $siteHomecard2text;return $this;}public function getSiteHomecard3image(): ?string{return $this->siteHomecard3image;}public function setSiteHomecard3image(string $siteHomecard3image): self{$this->siteHomecard3image = $siteHomecard3image;return $this;}public function getSiteHomecard3nb(): ?string{return $this->siteHomecard3nb;}public function setSiteHomecard3nb(string $siteHomecard3nb): self{$this->siteHomecard3nb = $siteHomecard3nb;return $this;}public function getSiteHomecard3title(): ?string{return $this->siteHomecard3title;}public function setSiteHomecard3title(string $siteHomecard3title): self{$this->siteHomecard3title = $siteHomecard3title;return $this;}public function getSiteHomecard3text(): ?string{return $this->siteHomecard3text;}public function setSiteHomecard3text(string $siteHomecard3text): self{$this->siteHomecard3text = $siteHomecard3text;return $this;}public function getSiteProgrammaintitle(): ?string{return $this->siteProgrammaintitle;}public function setSiteProgrammaintitle(string $siteProgrammaintitle): self{$this->siteProgrammaintitle = $siteProgrammaintitle;return $this;}public function getSiteProgrammaintext(): ?string{return $this->siteProgrammaintext;}public function setSiteProgrammaintext(string $siteProgrammaintext): self{$this->siteProgrammaintext = $siteProgrammaintext;return $this;}public function getSiteProgramcardemploititle(): ?string{return $this->siteProgramcardemploititle;}public function setSiteProgramcardemploititle(string $siteProgramcardemploititle): self{$this->siteProgramcardemploititle = $siteProgramcardemploititle;return $this;}public function getSiteProgramcardemploipicto(): ?string{return $this->siteProgramcardemploipicto;}public function setSiteProgramcardemploipicto(string $siteProgramcardemploipicto): self{$this->siteProgramcardemploipicto = $siteProgramcardemploipicto;return $this;}public function getSiteProgramcardemploitext(): ?string{return $this->siteProgramcardemploitext;}public function setSiteProgramcardemploitext(string $siteProgramcardemploitext): self{$this->siteProgramcardemploitext = $siteProgramcardemploitext;return $this;}public function getSiteProgramcardentreprisestitle(): ?string{return $this->siteProgramcardentreprisestitle;}public function setSiteProgramcardentreprisestitle(string $siteProgramcardentreprisestitle): self{$this->siteProgramcardentreprisestitle = $siteProgramcardentreprisestitle;return $this;}public function getSiteProgramcardentreprisespicto(): ?string{return $this->siteProgramcardentreprisespicto;}public function setSiteProgramcardentreprisespicto(string $siteProgramcardentreprisespicto): self{$this->siteProgramcardentreprisespicto = $siteProgramcardentreprisespicto;return $this;}public function getSiteProgramcardentreprisestext(): ?string{return $this->siteProgramcardentreprisestext;}public function setSiteProgramcardentreprisestext(string $siteProgramcardentreprisestext): self{$this->siteProgramcardentreprisestext = $siteProgramcardentreprisestext;return $this;}public function getSiteProgramcardmetierstitle(): ?string{return $this->siteProgramcardmetierstitle;}public function setSiteProgramcardmetierstitle(string $siteProgramcardmetierstitle): self{$this->siteProgramcardmetierstitle = $siteProgramcardmetierstitle;return $this;}public function getSiteProgramcardmetierspicto(): ?string{return $this->siteProgramcardmetierspicto;}public function setSiteProgramcardmetierspicto(string $siteProgramcardmetierspicto): self{$this->siteProgramcardmetierspicto = $siteProgramcardmetierspicto;return $this;}public function getSiteProgramcardmetierstext(): ?string{return $this->siteProgramcardmetierstext;}public function setSiteProgramcardmetierstext(string $siteProgramcardmetierstext): self{$this->siteProgramcardmetierstext = $siteProgramcardmetierstext;return $this;}public function getSiteProgramfacebooktext(): ?string{return $this->siteProgramfacebooktext;}public function setSiteProgramfacebooktext(string $siteProgramfacebooktext): self{$this->siteProgramfacebooktext = $siteProgramfacebooktext;return $this;}public function getSiteOffreshero(): ?string{return $this->siteOffreshero;}public function setSiteOffreshero(string $siteOffreshero): self{$this->siteOffreshero = $siteOffreshero;return $this;}public function getSiteContactmaintitle(): ?string{return $this->siteContactmaintitle;}public function setSiteContactmaintitle(string $siteContactmaintitle): self{$this->siteContactmaintitle = $siteContactmaintitle;return $this;}public function getSiteContactmaintext(): ?string{return $this->siteContactmaintext;}public function setSiteContactmaintext(string $siteContactmaintext): self{$this->siteContactmaintext = $siteContactmaintext;return $this;}public function getSiteOffresmaintitle(): ?string{return $this->siteOffresmaintitle;}public function setSiteOffresmaintitle(string $siteOffresmaintitle): self{$this->siteOffresmaintitle = $siteOffresmaintitle;return $this;}public function getSiteOffresmaintext(): ?string{return $this->siteOffresmaintext;}public function setSiteOffresmaintext(string $siteOffresmaintext): self{$this->siteOffresmaintext = $siteOffresmaintext;return $this;}public function getSiteProgramsubtext(): ?string{return $this->siteProgramsubtext;}public function setSiteProgramsubtext(string $siteProgramsubtext): self{$this->siteProgramsubtext = $siteProgramsubtext;return $this;}public function getSiteEntreprisesmaintitle(): ?string{return $this->siteEntreprisesmaintitle;}public function setSiteEntreprisesmaintitle(?string $siteEntreprisesmaintitle): self{$this->siteEntreprisesmaintitle = $siteEntreprisesmaintitle;return $this;}public function getSiteEntreprisesmaintext(): ?string{return $this->siteEntreprisesmaintext;}public function setSiteEntreprisesmaintext(?string $siteEntreprisesmaintext): self{$this->siteEntreprisesmaintext = $siteEntreprisesmaintext;return $this;}public function getSiteHomeherotitle(): ?string{return $this->siteHomeherotitle;}public function setSiteHomeherotitle(string $siteHomeherotitle): self{$this->siteHomeherotitle = $siteHomeherotitle;return $this;}public function getSiteHomecard4image(): ?string{return $this->siteHomecard4image;}public function setSiteHomecard4image(string $siteHomecard4image): self{$this->siteHomecard4image = $siteHomecard4image;return $this;}public function getSiteHomecard4nb(): ?string{return $this->siteHomecard4nb;}public function setSiteHomecard4nb(string $siteHomecard4nb): self{$this->siteHomecard4nb = $siteHomecard4nb;return $this;}public function getSiteHomecard4title(): ?string{return $this->siteHomecard4title;}public function setSiteHomecard4title(string $siteHomecard4title): self{$this->siteHomecard4title = $siteHomecard4title;return $this;}public function getSiteHomecard4text(): ?string{return $this->siteHomecard4text;}public function setSiteHomecard4text(string $siteHomecard4text): self{$this->siteHomecard4text = $siteHomecard4text;return $this;}public function getSiteHomecard5image(): ?string{return $this->siteHomecard5image;}public function setSiteHomecard5image(string $siteHomecard5image): self{$this->siteHomecard5image = $siteHomecard5image;return $this;}public function getSiteHomecard5nb(): ?string{return $this->siteHomecard5nb;}public function setSiteHomecard5nb(string $siteHomecard5nb): self{$this->siteHomecard5nb = $siteHomecard5nb;return $this;}public function getSiteHomecard5title(): ?string{return $this->siteHomecard5title;}public function setSiteHomecard5title(string $siteHomecard5title): self{$this->siteHomecard5title = $siteHomecard5title;return $this;}public function getSiteHomecard5text(): ?string{return $this->siteHomecard5text;}public function setSiteHomecard5text(string $siteHomecard5text): self{$this->siteHomecard5text = $siteHomecard5text;return $this;}public function getSiteProgramimage(): ?string{return $this->siteProgramimage;}public function setSiteProgramimage(?string $siteProgramimage): self{$this->siteProgramimage = $siteProgramimage;return $this;}}