EIANotesApp/Controller/WelcomeController.php

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()
{
}
}