yii\authclient\widgets\AuthChoice::defaultClients PHP Méthode

defaultClients() protected méthode

Returns default auth clients list.
protected defaultClients ( ) : yii\authclient\ClientInterface[]
Résultat yii\authclient\ClientInterface[] auth clients list.
    protected function defaultClients()
    {
        /* @var $collection \yii\authclient\Collection */
        $collection = Yii::$app->get($this->clientCollection);
        return $collection->getClients();
    }