PHP 클래스 App\Repositories\Frontend\Access\User\UserRepository

상속: extends App\Repositories\Repository
파일 보기 프로젝트 열기: rappasoft/laravel-5-boilerplate 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$role App\Repositories\Backend\Access\Role\RoleRepository

공개 메소드들

메소드 설명
__construct ( RoleRepository $role )
changePassword ( $input ) : mixed
confirmAccount ( $token ) : boolean
create ( array $data, boolean $provider = false ) : static
findByEmail ( $email ) : boolean
findByToken ( $token ) : mixed
findOrCreateSocial ( $data, $provider ) : UserRepository | boolean
getEmailForPasswordToken ( $token ) : mixed
updateProfile ( $id, $input ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( RoleRepository $role )
$role App\Repositories\Backend\Access\Role\RoleRepository

changePassword() 공개 메소드

public changePassword ( $input ) : mixed
$input
리턴 mixed

confirmAccount() 공개 메소드

public confirmAccount ( $token ) : boolean
$token
리턴 boolean

create() 공개 메소드

public create ( array $data, boolean $provider = false ) : static
$data array
$provider boolean
리턴 static

findByEmail() 공개 메소드

public findByEmail ( $email ) : boolean
$email
리턴 boolean

findByToken() 공개 메소드

public findByToken ( $token ) : mixed
$token
리턴 mixed

findOrCreateSocial() 공개 메소드

public findOrCreateSocial ( $data, $provider ) : UserRepository | boolean
$data
$provider
리턴 UserRepository | boolean

getEmailForPasswordToken() 공개 메소드

public getEmailForPasswordToken ( $token ) : mixed
$token
리턴 mixed

updateProfile() 공개 메소드

public updateProfile ( $id, $input ) : mixed
$id
$input
리턴 mixed

프로퍼티 상세

$role 보호되어 있는 프로퍼티

protected RoleRepository,App\Repositories\Backend\Access\Role $role
리턴 App\Repositories\Backend\Access\Role\RoleRepository