PHP 클래스 Ojs\AdminBundle\Events\AdminEvent

상속: extends Symfony\Component\EventDispatcher\Event
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $options = [] ) AdminEvent constructor.
getEntity ( ) : mixed
getEventType ( ) : string
getJournal ( ) : Journal
getRequest ( ) : Request
getResponse ( ) : Response
getUser ( ) : User

메소드 상세

__construct() 공개 메소드

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

getEntity() 공개 메소드

public getEntity ( ) : mixed
리턴 mixed

getEventType() 공개 메소드

public getEventType ( ) : string
리턴 string

getJournal() 공개 메소드

public getJournal ( ) : Journal
리턴 Ojs\JournalBundle\Entity\Journal

getRequest() 공개 메소드

public getRequest ( ) : Request
리턴 Symfony\Component\HttpFoundation\Request

getResponse() 공개 메소드

public getResponse ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

getUser() 공개 메소드

public getUser ( ) : User
리턴 Ojs\UserBundle\Entity\User