InfoPageService
class InfoPageService
Constants
| CACHE_KEY_PREFIX |
|
Methods
__construct(InfoPageRepository $infoPageRepository, RoleRepository $roleRepository, EntityManagerInterface $entityManager, CacheInterface $cache, HtmlSanitizerInterface $htmlSanitizer)
No description
array
findAll(string|null $role)
No description
void
delete(string $pid)
No description
Details
at line 23
__construct(InfoPageRepository $infoPageRepository, RoleRepository $roleRepository, EntityManagerInterface $entityManager, CacheInterface $cache, HtmlSanitizerInterface $htmlSanitizer)
No description
at line 35
array
findAll(string|null $role)
No description
at line 42
InfoPage
findOne(string $pid)
No description
at line 47
InfoPage
create(CreateInfoPageDto $dto)
No description
at line 63
InfoPage
update(string $pid, UpdateInfoPageDto $dto)
No description
at line 91
void
delete(string $pid)
No description