PHP Класс Swift_Events_EventObject, Halite

Автор: Chris Corbyn
Наследование: implements Swift_Events_Event
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( object $source ) Create a new EventObject originating at $source.
bubbleCancelled ( ) : boolean Returns true if this Event will not bubble any further up the stack.
cancelBubble ( $cancel = true ) Prevent this Event from bubbling any further up the stack.
getSource ( ) : object Get the source object of this event.

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

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

Create a new EventObject originating at $source.
public __construct ( object $source )
$source object

bubbleCancelled() публичный Метод

Returns true if this Event will not bubble any further up the stack.
public bubbleCancelled ( ) : boolean
Результат boolean

cancelBubble() публичный Метод

Prevent this Event from bubbling any further up the stack.
public cancelBubble ( $cancel = true )

getSource() публичный Метод

Get the source object of this event.
public getSource ( ) : object
Результат object