UserProfile
in package
Class UserProfile
Table of Contents
Properties
- $images : UserImageResource
- $url : string
- $username : string
Methods
- fromParser() : UserProfile
- getImages() : UserImageResource
- getUrl() : string
- getUsername() : string
Properties
$images
private
UserImageResource
$images
$url
private
string
$url
$username
private
string
$username
Methods
fromParser()
public
static fromParser(UserProfileParser $parser) : UserProfile
Parameters
- $parser : UserProfileParser
Return values
UserProfilegetImages()
public
getImages() : UserImageResource
Return values
UserImageResourcegetUrl()
public
getUrl() : string
Return values
stringgetUsername()
public
getUsername() : string