MyTeamContainer
class MyTeamContainer
Class MyTeamContainer
Constants
| MY_TEAM_CACHE |
|
| ALL_MY_TEAMS_CACHE |
|
Methods
__construct(ContainerInterface $container)
MyTeamContainer constructor.
getUserRepository()
Retrieve user repository
TwigEngine|object
getTemplating()
Retrieve twig templating engine
getUserReference(int $id)
Retrieve user reference
getImageReference(int $id)
Retrieve image reference
string
getAllMyTeamsFromCache()
Retrieve teams from cache
mixed
setAllMyTeamsToCache(string $data)
Set all teams from cache
dispatchMyTeamCacheSignal(string $theme)
Dispatch event to set teams to cache on terminate
dispatchMyTeamFooterCacheSignal()
Dispatch event to set footer to cache
Details
at line 44
__construct(ContainerInterface $container)
MyTeamContainer constructor.
at line 54
UserRepository
getUserRepository()
Retrieve user repository
at line 64
TwigEngine|object
getTemplating()
Retrieve twig templating engine
at line 76
User
getUserReference(int $id)
Retrieve user reference
at line 88
Image
getImageReference(int $id)
Retrieve image reference
at line 98
string
getAllMyTeamsFromCache()
Retrieve teams from cache
at line 110
mixed
setAllMyTeamsToCache(string $data)
Set all teams from cache
at line 122
MyTeamSignalEvent
dispatchMyTeamCacheSignal(string $theme)
Dispatch event to set teams to cache on terminate
at line 132
MyTeamSignalEvent
dispatchMyTeamFooterCacheSignal()
Dispatch event to set footer to cache