static array bootstrapFederation(
$fedname,
$firstinst
)
|
|
Lists all Identity Providers in this federation
Parameters:
API Tags:
Return: | (Array of IdP instances) |
Access: | public |
static array country_list(
)
|
|
API Tags:
Return: | The list of countries; consisting of an array where key = shortname, value = display name |
Access: | public |
static void listAllIdentityProviders(
)
|
|
API Tags:
static array listFederations(
)
|
|
Lists all federations that exist in the database
API Tags:
Return: | (Array of Federation instances) |
Access: | public |
static string name(
string
$code
)
|
|
Parameters:
string |
$code: |
The shortname of the country |
API Tags:
Return: | The display name of the country |
Access: | public |
Federation __construct(
string
$fedname
)
|
|
Constructs a Federation object.
Parameters:
string |
$fedname: |
- textual representation of the Federation object Example: "lu" (for Luxembourg) |
API Tags:
array listIdentityProviders(
[int
$active_only = 0]
)
|
|
Lists all Identity Providers in this federation
Parameters:
int |
$active_only: |
if and set to non-zero will cause listing of only those institutions which have some profiles defined. |
API Tags:
Return: | (Array of IdP instances) |
Access: | public |
array printCountryList(
[int
$active_only = 0]
)
|
|
Prepares a list of countries known to the CAT
Parameters:
int |
$active_only: |
is set and nonzero will cause that only countries with some institutions underneath will be listed |
API Tags:
Return: | Array indexed by (uppercase) lang codes and sorted according to the current locale |
Access: | public |