Ojs\CoreBundle\Events\CoreEvents::getMailEventsOptions PHP 메소드

getMailEventsOptions() 공개 메소드

    public function getMailEventsOptions()
    {
        return [new EventDetail(self::OJS_INSTALL_3PARTY, 'admin', ['bundleName', 'receiver.username', 'receiver.fullName'])];
    }