PHP Class Ojs\CoreBundle\Events\CoreEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Exibir arquivo Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__construct ( array $options = [] ) CoreEvent constructor.
getBundleName ( ) : string
getEventType ( ) : string
getJournal ( ) : Journal
getUser ( ) : User

Method Details

__construct() public method

CoreEvent constructor.
public __construct ( array $options = [] )
$options array

getBundleName() public method

public getBundleName ( ) : string
return string

getEventType() public method

public getEventType ( ) : string
return string

getJournal() public method

public getJournal ( ) : Journal
return Ojs\JournalBundle\Entity\Journal

getUser() public method

public getUser ( ) : User
return Ojs\UserBundle\Entity\User