Files
EIANotesApp/Controller/WelcomeController.php
T
2025-06-12 16:36:11 +02:00

21 lines
251 B
PHP

<?php
namespace ppa\Controller;
/**
* Description of Welcome
*
* @author reich
*/
class WelcomeController
{
public function setView(\ppa\Library\View $view)
{
$this->view = $view;
}
function showWelcome()
{
}
}