PHP Class Ojs\CoreBundle\Events\CoreEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getBundleName() public méthode

public getBundleName ( ) : string
Résultat string

getEventType() public méthode

public getEventType ( ) : string
Résultat string

getJournal() public méthode

public getJournal ( ) : Journal
Résultat Ojs\JournalBundle\Entity\Journal

getUser() public méthode

public getUser ( ) : User
Résultat Ojs\UserBundle\Entity\User