Method |
Description |
|
__construct ( ) |
|
|
addBundle ( Bundle $bundle ) |
Add bundles |
|
fromArray ( array $data ) |
Common method to fill in entity from array |
|
getAvatarUrl ( ) : string |
Get avatarUrl |
|
getBundleNames ( ) : array |
Get the names of this user bundles |
|
getBundles ( ) : ArrayCollection |
Get bundles |
|
getCreatedAt ( ) : DateTime |
Get createdAt |
|
getEmail ( ) : string |
Get email |
|
getFullName ( ) : string |
Get fullName |
|
getGithubId ( ) : mixed |
|
|
getGithubUrl ( ) : string |
Owner profile url on GitHub |
|
getId ( ) : integer |
Get id |
|
getLocation ( ) : string |
Get location |
|
getName ( ) : string |
Get name |
|
getNbBundles ( ) : integer |
Count the user bundles |
|
getScore ( ) : integer |
Get score |
|
getUrl ( ) : string |
Get url |
|
hasBundles ( ) : boolean |
|
|
removeBundle ( Bundle $bundle ) |
Remove bundles |
|
setAvatarUrl ( string $avatarUrl ) |
Set avatarUrl |
|
setCreatedAt ( DateTime $createdAt ) |
Set createdAt |
|
setEmail ( string $email ) |
Set email |
|
setFullName ( string $fullName ) |
Set fullName |
|
setGithubId ( string $githubId ) |
|
|
setLocation ( string $location ) |
Set location |
|
setName ( string $name ) |
Set name |
|
setScore ( integer $score ) |
Set score |
|
setUrl ( string $url ) |
Set url |
|