'Administrador', self::ROLE_USER => 'Usuario' ); if ($role == null) return $arr; elseif (isset($arr[$role])) return $arr[$role]; return false; } }