Ejemplo n.º 1
0
 public function index()
 {
     $this->view->users = $this->userStore->getAll();
 }
Ejemplo n.º 2
0
 public function index()
 {
     $this->template->users = $this->userStore->getAll();
 }