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