getContent()->setLocale($locale); return [ "id" => $this->id, "contentId" => $this->content_id, "start" => $this->date_debut, "end" => $this->date_fin, "hours" => $this->heure, "title" => $content->getTitle(), "chapo" => $content->getChapo(), "description" => $content->getDescription(), "url" => $content->getUrl($locale) ]; } }