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.');
    }