Beispiel #1
0
 public function getPermissions()
 {
     if ($this->permissions == null) {
         $roleDomain = new User_Domain_Role();
         $this->permissions = $roleDomain->getPermissionsByRole($this->id);
     }
     return $this->permissions;
 }