class CountCitations extends Command

Properties

protected string $name

The console command name.

protected string $description

The console command description.

protected string $semanticScholarApiUrl

The Semantic Scholar API endpoint. The queries and paper IDs are read from the config.

Methods

void
handle()

Execute the command.

Details

at line 40
void handle()

Execute the command.

Return Value

void