Loading src/Octopus/Entity/Db/ImmobilierBatiment.php +0 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,6 @@ class ImmobilierBatiment { public function __toString() { $texte = $this->getLibelle(); $texte .= " "; //$texte .= "<span class='badge'> ". $this->getSite()->getLibelle() ." </span>"; return $texte; } Loading src/Octopus/Entity/Db/ImmobilierLocal.php +5 −1 Original line number Diff line number Diff line Loading @@ -209,6 +209,10 @@ class ImmobilierLocal { } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file src/Octopus/Entity/Db/ImmobilierNiveau.php +5 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,11 @@ class ImmobilierNiveau { return $this->batiment; } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file src/Octopus/Entity/Db/ImmobilierSite.php +5 −0 Original line number Diff line number Diff line Loading @@ -78,4 +78,9 @@ class ImmobilierSite { return $this->clefGestimmo; } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file src/Octopus/Entity/Db/Individu.php +6 −0 Original line number Diff line number Diff line Loading @@ -197,4 +197,10 @@ class Individu { return $this->dateModification; } public function __toString() { $texte = $this->getPrenom(). " " . $this->getNomUsage(); return $texte; } } No newline at end of file Loading
src/Octopus/Entity/Db/ImmobilierBatiment.php +0 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,6 @@ class ImmobilierBatiment { public function __toString() { $texte = $this->getLibelle(); $texte .= " "; //$texte .= "<span class='badge'> ". $this->getSite()->getLibelle() ." </span>"; return $texte; } Loading
src/Octopus/Entity/Db/ImmobilierLocal.php +5 −1 Original line number Diff line number Diff line Loading @@ -209,6 +209,10 @@ class ImmobilierLocal { } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file
src/Octopus/Entity/Db/ImmobilierNiveau.php +5 −0 Original line number Diff line number Diff line Loading @@ -78,6 +78,11 @@ class ImmobilierNiveau { return $this->batiment; } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file
src/Octopus/Entity/Db/ImmobilierSite.php +5 −0 Original line number Diff line number Diff line Loading @@ -78,4 +78,9 @@ class ImmobilierSite { return $this->clefGestimmo; } public function __toString() { $texte = $this->getLibelle(); return $texte; } } No newline at end of file
src/Octopus/Entity/Db/Individu.php +6 −0 Original line number Diff line number Diff line Loading @@ -197,4 +197,10 @@ class Individu { return $this->dateModification; } public function __toString() { $texte = $this->getPrenom(). " " . $this->getNomUsage(); return $texte; } } No newline at end of file