PHP Class Ojs\AdminBundle\Events\AdminEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: ojs/ojs Class Usage Examples

Public Methods

Method Description
__construct ( array $options = [] ) AdminEvent constructor.
getEntity ( ) : mixed
getEventType ( ) : string
getJournal ( ) : Journal
getRequest ( ) : Request
getResponse ( ) : Response
getUser ( ) : User

Method Details

__construct() public method

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

getEntity() public method

public getEntity ( ) : mixed
return mixed

getEventType() public method

public getEventType ( ) : string
return string

getJournal() public method

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

getRequest() public method

public getRequest ( ) : Request
return Symfony\Component\HttpFoundation\Request

getResponse() public method

public getResponse ( ) : Response
return Symfony\Component\HttpFoundation\Response

getUser() public method

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