PartKeepr\TipOfTheDayBundle\Command\SyncTipsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('partkeepr:cron:synctips')->setDescription('Syncronizes the tips from the PartKeepr website');
    }
SyncTipsCommand