PHP Class Ojs\CoreBundle\Command\MailEventsSynchronizeCommand

Inheritance: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
Mostrar archivo Open project: ojs/ojs

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
checkMailTemplateExists ( EventDetail $eventOptions, string $lang = 'en', Journal $journal = null, boolean $journalDefault = false, boolean $useJournalDefault = true ) : null | object | MailTemplate
createMailTemplateSkeleton ( EventDetail $eventOptions, string $lang = 'en', Journal $journal = null, boolean $journalDefault = false, boolean $useJournalDefault = true, boolean $active = true )
startMailEventSync ( EventDetail $eventOption )
syncEventDescription ( EventDetail $eventDetail, $lang )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return void

initialize() protected method

protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface