mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-22 19:31:02 +08:00
Widget "yii\authclient\widgets\Choice" fixed.
This commit is contained in:
@ -49,4 +49,9 @@ interface ClientInterface
|
||||
* @return array list of user attributes
|
||||
*/
|
||||
public function getUserAttributes();
|
||||
|
||||
/**
|
||||
* @return array view options in format: optionName => optionValue
|
||||
*/
|
||||
public function getViewOptions();
|
||||
}
|
Reference in New Issue
Block a user