MyTeam
class MyTeam implements BlockEntity
Class MyTeam
Properties
| protected int | $id | ||
| protected bool | $allUsersSelected | Indicate if all users are selected for team | |
| protected ArrayCollection | $usersAggregation | Collection of users with image and priority in team |
Methods
__construct()
MyTeam constructor.
int
getId()
No description
$this
setId(int $id)
No description
bool
isAllUsersSelected()
No description
setAllUsersSelected(bool $allUsersSelected)
No description
string
getName()
No description
string
getSlug()
No description
ArrayCollection
getUsersAggregation()
No description
setUsersAggregation(ArrayCollection $usersAggregation)
No description
Details
at line 96
__construct()
MyTeam constructor.