PHP Класс Ojs\CoreBundle\Events\CoreEvent

Наследование: extends Symfony\Component\EventDispatcher\Event
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array $options = [] ) CoreEvent constructor.
getBundleName ( ) : string
getEventType ( ) : string
getJournal ( ) : Journal
getUser ( ) : User

Описание методов

__construct() публичный метод

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

getBundleName() публичный метод

public getBundleName ( ) : string
Результат string

getEventType() публичный метод

public getEventType ( ) : string
Результат string

getJournal() публичный метод

public getJournal ( ) : Journal
Результат Ojs\JournalBundle\Entity\Journal

getUser() публичный метод

public getUser ( ) : User
Результат Ojs\UserBundle\Entity\User