PHP Class Ojs\AnalyticsBundle\Command\StatsNormalizeCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Show file Open project: ojs/ojs

Public Methods

Method Description
normalizeIssueTotalArticleDownload ( )
normalizeIssueTotalArticleView ( )
normalizeJournalTotalArticleDownload ( )
normalizeJournalTotalArticleView ( )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return void

initialize() protected method

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

normalizeIssueTotalArticleDownload() public method

normalizeIssueTotalArticleView() public method

normalizeJournalTotalArticleDownload() public method

normalizeJournalTotalArticleView() public method