PHP Trait Mmanos\Social\SocialTrait

Afficher le fichier Open project: mmanos/laravel-social

Méthodes publiques

Méthode Description
hasProvider ( string $name ) Return true if this user has connected to the requested social provider.
provider ( string $name ) Return the reqeusted social provider associated with this user.
providers ( ) Return the social providers associated with this user.

Method Details

hasProvider() public méthode

False, otherwise.
public hasProvider ( string $name )
$name string

provider() public méthode

Return the reqeusted social provider associated with this user.
public provider ( string $name )
$name string

providers() public méthode

Return the social providers associated with this user.
public providers ( )