PHP 클래스 App\Services\Auth\Front\User

상속: extends App\Services\Auth\User
파일 보기 프로젝트 열기: spatie-custom/blender 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$table

공개 메소드들

메소드 설명
activate ( ) : User
getHomeUrl ( ) : string
getProfileUrl ( ) : string
getRoleAttribute ( ) : UserRole
getStatusAttribute ( ) : UserStatus
guardDriver ( ) : string
hasRole ( UserRole $role ) : boolean
hasStatus ( UserStatus $status ) : boolean
isActive ( ) : boolean
register ( array $input ) : User
sendPasswordResetNotification ( string $token ) Send the password reset notification.
setRoleAttribute ( UserRole $role )
setStatusAttribute ( UserStatus $status )

메소드 상세

activate() 공개 메소드

public activate ( ) : User
리턴 User

getHomeUrl() 공개 메소드

public getHomeUrl ( ) : string
리턴 string

getProfileUrl() 공개 메소드

public getProfileUrl ( ) : string
리턴 string

getRoleAttribute() 공개 메소드

public getRoleAttribute ( ) : UserRole
리턴 App\Services\Auth\Front\Enums\UserRole

getStatusAttribute() 공개 메소드

public getStatusAttribute ( ) : UserStatus
리턴 App\Services\Auth\Front\Enums\UserStatus

guardDriver() 공개 메소드

public guardDriver ( ) : string
리턴 string

hasRole() 공개 메소드

public hasRole ( UserRole $role ) : boolean
$role App\Services\Auth\Front\Enums\UserRole
리턴 boolean

hasStatus() 공개 메소드

public hasStatus ( UserStatus $status ) : boolean
$status App\Services\Auth\Front\Enums\UserStatus
리턴 boolean

isActive() 공개 메소드

public isActive ( ) : boolean
리턴 boolean

register() 공개 정적인 메소드

public static register ( array $input ) : User
$input array
리턴 User

sendPasswordResetNotification() 공개 메소드

Send the password reset notification.
public sendPasswordResetNotification ( string $token )
$token string

setRoleAttribute() 공개 메소드

public setRoleAttribute ( UserRole $role )
$role App\Services\Auth\Front\Enums\UserRole

setStatusAttribute() 공개 메소드

public setStatusAttribute ( UserStatus $status )
$status App\Services\Auth\Front\Enums\UserStatus

프로퍼티 상세

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

protected $table