Commit 60a0c542 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

SUppression méthode en double !

parent a5e15dc4
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -221,14 +221,4 @@ class EcoleDoctorale implements StructureConcreteInterface, HistoriqueAwareInter
        $this->offreThese = $offreThese;
        return $this;
    }

    /**
     * Teste si cette école doctorale est la pseudo-école doctorale "Toute école doctorale confondue".
     *
     * @return bool
     */
    public function estTouteEcoleDoctoraleConfondue()
    {
        return $this->getStructure()->getCode() === self::CODE_TOUTE_ECOLE_DOCTORALE_CONFONDUE;
    }
}
 No newline at end of file