Packagedom.views
Interfacepublic interface AbstractView
Implementors Window

Introduced in: DOM 2 Core 

A base interface that all views shall derive from.

See also

W3C - DOM 2 Views: AbstractView


Public Properties
 PropertyDefined By
  DOM 2 Views document : DocumentView
[read-only] The source DocumentView of which this is an AbstractView.
AbstractView
Property Detail
DOM 2 Views documentproperty
document:DocumentView  [read-only]

Introduced in: DOM 2 Core 

The source DocumentView of which this is an AbstractView.


Implementation
    public function get document():DocumentView