Class yii\authclient\widgets\AuthChoiceItem
Inheritance | yii\authclient\widgets\AuthChoiceItem » yii\base\Widget |
---|---|
Subclasses | yii\authclient\widgets\GooglePlusButton |
Available since extension's version | 2.0 |
Source Code | https://github.com/yiisoft/yii2-authclient/blob/master/widgets/AuthChoiceItem.php |
AuthChoiceItem is a base class for creating widgets, which can be used to render link for auth client at yii\authclient\widgets\AuthChoice.
See also yii\authclient\widgets\AuthChoice.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$authChoice | yii\authclient\widgets\AuthChoice | Parent AuthChoice widget | yii\authclient\widgets\AuthChoiceItem |
$client | yii\authclient\ClientInterface | Auth client instance. | yii\authclient\widgets\AuthChoiceItem |
Property Details
Parent AuthChoice widget