GetTomorrowCount
in package
Use case for getting count of words due tomorrow.
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- Constructor.
- execute() : array{count: int}
- Get count of words due tomorrow.
Properties
$repository
private
ReviewRepositoryInterface
$repository
Methods
__construct()
Constructor.
public
__construct(ReviewRepositoryInterface $repository) : mixed
Parameters
- $repository : ReviewRepositoryInterface
-
Review repository
execute()
Get count of words due tomorrow.
public
execute(ReviewConfiguration $config) : array{count: int}
Parameters
- $config : ReviewConfiguration
-
Test configuration