Sulu\Bundle\SecurityBundle\Entity\UserSetting::getUser PHP 메소드

getUser() 공개 메소드

Returns the user for this user setting.
public getUser ( ) : Sulu\Component\Security\Authentication\UserInterface
리턴 Sulu\Component\Security\Authentication\UserInterface
    public function getUser()
    {
        return $this->user;
    }