PHP Интерфейс Swift_Events_Event, Halite

Автор: Chris Corbyn
Показать файл Открыть проект

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

Метод Описание
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.

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

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