getUsers() 공개 메소드

public getUsers ( )
예제 #1
0
파일: Accounts.php 프로젝트: mheydt/scalr
 public function xGetUsersAction()
 {
     $account = new Scalr_Account();
     $account->loadById($this->getParam('accountId'));
     $this->response->data(array('users' => $account->getUsers()));
 }