class InfoPageController extends AbstractController

Methods

__construct(InfoPageService $infoPageService, AuthService $authService, CacheInterface $cache)

No description

list(AuthenticatedUser $authenticatedUser)

No description

show(string $pid)

No description

create(CreateInfoPageDto $dto)

No description

update(string $pid, UpdateInfoPageDto $dto)

No description

delete(string $pid)

No description

Details

at line 28
__construct(InfoPageService $infoPageService, AuthService $authService, CacheInterface $cache)

No description

Parameters

InfoPageService $infoPageService
AuthService $authService
CacheInterface $cache

at line 35
ApiResponse list(AuthenticatedUser $authenticatedUser)

No description

Parameters

AuthenticatedUser $authenticatedUser

Return Value

ApiResponse

at line 64
ApiResponse show(string $pid)

No description

Parameters

string $pid

Return Value

ApiResponse

at line 87
ApiResponse create(CreateInfoPageDto $dto)

No description

Parameters

CreateInfoPageDto $dto

Return Value

ApiResponse

at line 114
ApiResponse update(string $pid, UpdateInfoPageDto $dto)

No description

Parameters

string $pid
UpdateInfoPageDto $dto

Return Value

ApiResponse

at line 144
ApiResponse delete(string $pid)

No description

Parameters

string $pid

Return Value

ApiResponse