PHP 트레잇 Mmanos\Social\SocialTrait

파일 보기 프로젝트 열기: mmanos/laravel-social

공개 메소드들

메소드 설명
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 ( )