PartKeepr\TipOfTheDayBundle\PartKeeprTipOfTheDayBundle::registerCommands PHP Méthode

registerCommands() public méthode

public registerCommands ( Application $application )
$application Symfony\Component\Console\Application
    public function registerCommands(Application $application)
    {
        $application->add(new SyncTipsCommand());
    }
PartKeeprTipOfTheDayBundle