Class yii\authclient\widgets\AuthChoiceAsset

Inheritanceyii\authclient\widgets\AuthChoiceAsset » yii\web\AssetBundle
Available since extension's version2.0
Source Code https://github.com/yiisoft/yii2-authclient/blob/master/src/widgets/AuthChoiceAsset.php

AuthChoiceAsset is an asset bundle for yii\authclient\widgets\AuthChoice widget.

See also yii\authclient\widgets\AuthChoiceStyleAsset.

Property Details

Hide inherited properties

$depends public property
public $depends = [
    
'yii\authclient\widgets\AuthChoiceStyleAsset',
    
'yii\web\YiiAsset',
]
$js public property
public $js = [
    
'authchoice.js',
]
$sourcePath public property
public $sourcePath '@yii/authclient/assets'