Ojs\CoreBundle\Command\MailEventsSynchronizeCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('ojs:mail:events:sync')->addOption('sync-desc', null, InputOption::VALUE_NONE, 'Sync Mail Events Descriptions Too')->setDescription('Synchronize all mail events.');
    }