Sulu\Bundle\SecurityBundle\Entity\UserSetting::getUser PHP Method

getUser() public method

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