PartKeepr\AuthBundle\Entity\UserPreference::getUser PHP Method

getUser() public method

Returns the user associated with this entry.
public getUser ( ) : User
return User
    public function getUser()
    {
        return $this->user;
    }