Method |
Description |
|
__construct ( ) |
|
|
addActivity ( Activity $activity ) |
|
|
addContributionBundle ( Bundle $contributionBundle ) |
Add contribution Bundle |
|
addFavoriteBundle ( Bundle $favoriteBundle ) |
Add favorite Bundle |
|
addOrganization ( Organization $organization ) |
Add organizations |
|
addRecommendedBundle ( Bundle $recommendedBundle ) |
Add recommended Bundle |
|
eraseCredentials ( ) |
|
|
getActivities ( null | integer $page = null, integer $limit = 15 ) : Traversable |
Get activities |
|
getAllBundles ( ) : array |
|
|
getCompany ( ) : mixed |
|
|
getContributionBundles ( null | integer $page = null, integer $limit = 15 ) : Traversable |
Get contributionBundles |
|
getFavoriteBundles ( null | integer $page = null, integer $limit = 15 ) : Traversable |
Get favoriteBundles |
|
getLastCommitAt ( ) : DateTime |
Get the date of the last commit |
|
getLatestActivities ( $type = Activity::ACTIVITY_TYPE_COMMIT ) |
|
|
getOrganizations ( ) : Collection |
Get organizations |
|
getPassword ( ) |
|
|
getRecommendedBundles ( null | integer $page = null, integer $limit = 15 ) : Traversable |
Get recommended Bundles |
|
getRoles ( ) |
|
|
getSalt ( ) |
|
|
getUsername ( ) |
* ---------- Security User ---------- |
|
hasFavoritedBundle ( Bundle $bundle ) : boolean |
Check that user has favorited bundles |
|
isEqualTo ( Developer $developer ) |
|
|
isUsingBundle ( Bundle $bundle ) : boolean |
Check that owner is using bundles |
|
removeActivity ( Activity $activity ) |
|
|
removeContributionBundle ( Bundle $contributionBundle ) |
Remove contribution Bundle |
|
removeFavoriteBundle ( Bundle $favoriteBundle ) |
Remove favorite Bundle |
|
removeOrganization ( Organization $organization ) |
Remove organizations |
|
removeRecommendedBundle ( Bundle $recommendedBundle ) |
Remove recommended Bundle |
|
setCompany ( $company ) |
|
|
setLastCommitAt ( DateTime $lastCommitAt ) |
Set lastCommitAt |
|
toSmallArray ( ) |
|
|