Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
ac594309
Commit
ac594309
authored
Dec 12, 2013
by
Paul Klimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc comments at "\yii\authclient\widgets\Choice" fixed.
parent
63b16fb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Choice.php
extensions/yii/authclient/widgets/Choice.php
+5
-2
No files found.
extensions/yii/authclient/widgets/Choice.php
View file @
ac594309
...
...
@@ -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 <klimov.paul@gmail.com>
* @since 2.0
*/
...
...
@@ -23,7 +26,7 @@ class Choice extends Widget
/**
* @var ProviderInterface[] auth providers list.
*/
pr
otected
$_providers
;
pr
ivate
$_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.
*/
pr
otected
$_baseAuthUrl
;
pr
ivate
$_baseAuthUrl
;
/**
* @var string name of the GET param , which should be used to passed auth provider id to URL
* defined by {@link baseAuthUrl}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment