Example #1
0
 public function getRoles()
 {
     $role = new Role();
     return array($role->getKey($this->role));
 }