Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Webiny
Component
Security
User
Providers
Entity
Entity
PHP 클래스 Webiny\Component\Security\User\Providers\Entity\Entity
상속:
implements
Webiny\Component\Security\User\UserProviderInterface
파일 보기
프로젝트 열기: Webiny/Framework
공개 메소드들
메소드
설명
__construct
(
$params
)
getUser
(
Login
$login
) :
AbstractUser
Get the user from user provided for the given instance of Login object.
메소드 상세
__construct()
공개
메소드
public
__construct
(
$params
)
getUser()
공개
메소드
Get the user from user provided for the given instance of Login object.
public
getUser
(
Login
$login
) :
AbstractUser
$login
Webiny\Component\Security\Authentication\Providers\Login
Instance of Login object.
리턴
Webiny\Component\Security\User\AbstractUser