Example #1
0
 public function getBranches()
 {
     $branches = array();
     $branchMapper = new PAP_Model_BranchMapper();
     $branches = $branchMapper->findAllByUserId($this);
     return $branches;
 }