protected function getIdSiteFromInfos($infos) { $idSite = $infos['idSite']; if (empty($idSite)) { return null; } return $idSite; }