Exemple #1
0
 public function testCanGetAllContactTypes()
 {
     var_dump($this->UserService->GetAllContactTypes());
 }
Exemple #2
0
 public function preDispatch()
 {
     $this->userService = new App_UserService();
     // cache this!
     $this->view->contactTypes = $this->userService->GetAllContactTypes();
 }