Browse Source

Doc comments at "yii\authclient\widgets\Choice" extended.

tags/2.0.0-beta
Klimov Paul 11 years ago
parent
commit
0765f1e583
  1. 5
      extensions/yii/authclient/widgets/Choice.php

5
extensions/yii/authclient/widgets/Choice.php

@ -14,6 +14,7 @@ use yii\authclient\ClientInterface;
/**
* Choice prints buttons for authentication via various auth clients.
* It opens a popup window for the client authentication process.
* By default this widget relies on presence of [[\yii\authclient\Collection]] among application components
* to get auth clients information.
*
@ -41,6 +42,10 @@ use yii\authclient\ClientInterface;
* <?php yii\authclient\widgets\Choice::endWidget(); ?>
* ~~~
*
* This widget supports following keys for [[ClientInterface::getViewOptions()]] result:
* - popupWidth - integer width of the popup window in pixels.
* - popupHeight - integer height of the popup window in pixels.
*
* @see \yii\authclient\AuthAction
*
* @property array $baseAuthUrl Base auth URL configuration. This property is read-only.

Loading…
Cancel
Save