PHP Класс DOMEvent, microweber

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$bubbles unknown_type Returns a boolean indicating whether the event bubbles up through the DOM or not.
$cancelable unknown_type Returns a boolean indicating whether the event is cancelable.
$currentTarget unknown_type Returns a reference to the currently registered target for the event.
$data
$detail unknown_type Returns detail about the event, depending on the type of event.
$eventPhase unknown_type NOT IMPLEMENTED
$explicitOriginalTarget unknown_type NOT IMPLEMENTED
$originalTarget unknown_type NOT IMPLEMENTED
$relatedTarget unknown_type Identifies a secondary target for the event.
$runDefault
$target unknown_type Returns a reference to the target to which the event was originally dispatched.
$timeStamp unknown_type Returns the time that the event was created.
$type Returns the name of the event (case-insensitive).

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

Метод Описание
__construct ( $data )
preventDefault ( ) Cancels the event (if it is cancelable).
stopPropagation ( ) Stops the propagation of events further along in the DOM.

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

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

public __construct ( $data )

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

Cancels the event (if it is cancelable).
public preventDefault ( )

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

Stops the propagation of events further along in the DOM.
public stopPropagation ( )

Описание свойств

$bubbles публичное свойство

Returns a boolean indicating whether the event bubbles up through the DOM or not.
public unknown_type $bubbles
Результат unknown_type

$cancelable публичное свойство

Returns a boolean indicating whether the event is cancelable.
public unknown_type $cancelable
Результат unknown_type

$currentTarget публичное свойство

Returns a reference to the currently registered target for the event.
public unknown_type $currentTarget
Результат unknown_type

$data публичное свойство

public $data

$detail публичное свойство

Returns detail about the event, depending on the type of event.
public unknown_type $detail
Результат unknown_type

$eventPhase публичное свойство

NOT IMPLEMENTED
public unknown_type $eventPhase
Результат unknown_type

$explicitOriginalTarget публичное свойство

NOT IMPLEMENTED
public unknown_type $explicitOriginalTarget
Результат unknown_type

$originalTarget публичное свойство

NOT IMPLEMENTED
public unknown_type $originalTarget
Результат unknown_type

$relatedTarget публичное свойство

Identifies a secondary target for the event.
public unknown_type $relatedTarget
Результат unknown_type

$runDefault публичное свойство

public $runDefault

$target публичное свойство

Returns a reference to the target to which the event was originally dispatched.
public unknown_type $target
Результат unknown_type

$timeStamp публичное свойство

Returns the time that the event was created.
public unknown_type $timeStamp
Результат unknown_type

$type публичное свойство

Returns the name of the event (case-insensitive).
public $type