Newscoop\Tools\Console\Command\SendStatsCommand::configure PHP Method

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('newscoop:stats:send')->setDescription('Sends stats')->setHelp(<<<EOT
Sends stats
EOT
);
    }
SendStatsCommand