@@ -398,14 +398,14 @@ |
||
| 398 | 398 | |
| 399 | 399 | |
| 400 | 400 | /** |
| 401 | - * Lists all identity providers in the database |
|
| 402 | - * adding information required by DiscoJuice. |
|
| 403 | - * |
|
| 404 | - * @param int $activeOnly if set to non-zero will cause listing of only those institutions which have some valid profiles defined. |
|
| 405 | - * @param string $country if set, only list IdPs in a specific country |
|
| 406 | - * @return array the list of identity providers |
|
| 407 | - * |
|
| 408 | - */ |
|
| 401 | + * Lists all identity providers in the database |
|
| 402 | + * adding information required by DiscoJuice. |
|
| 403 | + * |
|
| 404 | + * @param int $activeOnly if set to non-zero will cause listing of only those institutions which have some valid profiles defined. |
|
| 405 | + * @param string $country if set, only list IdPs in a specific country |
|
| 406 | + * @return array the list of identity providers |
|
| 407 | + * |
|
| 408 | + */ |
|
| 409 | 409 | public function listAllIdentityProviders($activeOnly = 0, $country = "") { |
| 410 | 410 | return(\core\IdPlist::listAllIdentityProviders($activeOnly, $country)); |
| 411 | 411 | } |