Widget "yii\authclient\widgets\Choice" fixed.

This commit is contained in:
Paul Klimov
2013-12-20 14:04:26 +02:00
parent 722c93fc48
commit f06b5ab161
6 changed files with 131 additions and 51 deletions

View File

@ -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();
}