- Full name:
\App\Infrastructure\Http\Controllers\AdminContentNotificationController - Parent class:
BaseController - This class is marked as final and can't be subclassed
- This class is a Final class
Methods
unread
public unread(\App\Infrastructure\Services\Content\Workflow\ContentNotificationService $notifications): \Psr\Http\Message\ResponseInterface
Parameters:
| Parameter | Type | Description |
|---|---|---|
$notifications |
\App\Infrastructure\Services\Content\Workflow\ContentNotificationService |
Throws:
ContainerExceptionInterfaceNotFoundExceptionInterfaceInvalidArgumentExceptionExceptionReflectionException
markRead
public markRead(\Qubus\Http\ServerRequest $request, \App\Infrastructure\Services\Content\Workflow\ContentNotificationService $notifications): \Psr\Http\Message\ResponseInterface
Parameters:
| Parameter | Type | Description |
|---|---|---|
$request |
\Qubus\Http\ServerRequest | |
$notifications |
\App\Infrastructure\Services\Content\Workflow\ContentNotificationService |
Throws:
markAllRead
public markAllRead(\App\Infrastructure\Services\Content\Workflow\ContentNotificationService $notifications): \Psr\Http\Message\ResponseInterface
Parameters:
| Parameter | Type | Description |
|---|---|---|
$notifications |
\App\Infrastructure\Services\Content\Workflow\ContentNotificationService |
Throws: