Exemple #1
0
 public function index()
 {
     $this->view->users = $this->userStore->getAll();
 }
Exemple #2
0
 public function index()
 {
     $this->template->users = $this->userStore->getAll();
 }