From ac594309aa546d8189723edebcd035f179d03d56 Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Thu, 12 Dec 2013 16:45:10 +0200 Subject: [PATCH] Doc comments at "\yii\authclient\widgets\Choice" fixed. --- extensions/yii/authclient/widgets/Choice.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/yii/authclient/widgets/Choice.php b/extensions/yii/authclient/widgets/Choice.php index 5585529..94b32ff 100644 --- a/extensions/yii/authclient/widgets/Choice.php +++ b/extensions/yii/authclient/widgets/Choice.php @@ -15,6 +15,9 @@ use yii\authclient\provider\ProviderInterface; /** * Class Choice * + * @property ProviderInterface[] $providers auth providers list. + * @property array $baseAuthUrl configuration for the external services base authentication URL. + * * @author Paul Klimov * @since 2.0 */ @@ -23,7 +26,7 @@ class Choice extends Widget /** * @var ProviderInterface[] auth providers list. */ - protected $_providers; + private $_providers; /** * @var string name of the auth provider collection application component. * This component will be used to fetch {@link services} value if it is not set. @@ -32,7 +35,7 @@ class Choice extends Widget /** * @var array configuration for the external services base authentication URL. */ - protected $_baseAuthUrl; + private $_baseAuthUrl; /** * @var string name of the GET param , which should be used to passed auth provider id to URL * defined by {@link baseAuthUrl}.