template->login = $this->user; $database = $this->database; $user = $database->get_user('wsl'); $this->template->before = $user->name; $user->name = time(); $this->template->after = $user->name; $user = $this->database->get_user('wsl'); $this->template->user = $user; $this->template->addresslists = $database->get_addresslists(); $this->template->usergroups = $database->get_usergroups(); $this->template->mailings = $database->get_mailings(); } protected function createComponentAddresslistSelect() { $select = new App\Components\AddresslistSelectControl($this->database, $this->user); $select->redrawControl(); return $select; } public function renderDefault($page = 1) { } public function renderClone() { } public function renderUnknownstate() { } public function renderContinue() { # Based on the current state in the flow redirect to the right location } public function handleSelect() { error_log("okidoki"); } }