You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
887 B
36 lines
887 B
<?php
|
|
|
|
// namespace App\Controller;
|
|
|
|
// use App\Container;
|
|
// use App\Router\Request\IRequest;
|
|
// use App\Router\Response\Response;
|
|
// use Shared\Attributes\Route;
|
|
// use Twig\Environment;
|
|
// use Data\Core\Preferences;
|
|
// use Shared\Log;
|
|
|
|
// class HeartRateController extends BaseController
|
|
// {
|
|
|
|
|
|
// #[Route(path: '/import', name: 'import', methods: ['GET'])]
|
|
// public function import(): Response
|
|
// {
|
|
// return $this->render('./page/import.html.twig',[
|
|
// 'css' => $this->preference->getCookie(),
|
|
// 'pp' => "test2",
|
|
// 'user' => "Doe",
|
|
// 'role' => "Athlète",
|
|
// 'friendship' => [],
|
|
// 'analyzes' => [],
|
|
// 'mails' => [],
|
|
// 'users' => [],
|
|
// 'infoUser' => [],
|
|
// 'exos' => [],
|
|
// 'member' => []
|
|
// ]);
|
|
// }
|
|
|
|
|
|
// }
|