Loading src/Octopus/Entity/Db/OffreDeFormationEtape.php +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class OffreDeFormationEtape { { if ($this->diplomante === 'O') return true; if ($this->diplomante === 'N') return false; if ($this->aDistance === null) return false; return null; } Loading @@ -98,6 +99,7 @@ class OffreDeFormationEtape { { if ($this->aDistance === 'O') return true; if ($this->aDistance === 'N') return false; if ($this->aDistance === null) return false; return null; } Loading Loading
src/Octopus/Entity/Db/OffreDeFormationEtape.php +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ class OffreDeFormationEtape { { if ($this->diplomante === 'O') return true; if ($this->diplomante === 'N') return false; if ($this->aDistance === null) return false; return null; } Loading @@ -98,6 +99,7 @@ class OffreDeFormationEtape { { if ($this->aDistance === 'O') return true; if ($this->aDistance === 'N') return false; if ($this->aDistance === null) return false; return null; } Loading