PHP Class Ojs\AdminBundle\Events\AdminEvent

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 = [] ) AdminEvent constructor.
getEntity ( ) : mixed
getEventType ( ) : string
getJournal ( ) : Journal
getRequest ( ) : Request
getResponse ( ) : Response
getUser ( ) : User

Method Details

__construct() public méthode

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

getEntity() public méthode

public getEntity ( ) : mixed
Résultat mixed

getEventType() public méthode

public getEventType ( ) : string
Résultat string

getJournal() public méthode

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

getRequest() public méthode

public getRequest ( ) : Request
Résultat Symfony\Component\HttpFoundation\Request

getResponse() public méthode

public getResponse ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

getUser() public méthode

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