PHP 인터페이스 Swift_Events_Event, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite

공개 메소드들

메소드 설명
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