PHP Трейт Mmanos\Social\SocialTrait

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

hasProvider() публичный Метод

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

provider() публичный Метод

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

providers() публичный Метод

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