Class XSLTView

Description

Specialized view subclass that handles XSLT processor initialization and executes general view procedures, such as passing parameters/arguments to the XSLT stylesheet.

It is an abstract class for sub-classing. An application Views should extend the XSLTView and call the parent::display().

Located in /diy-framework/view/XSLTView.class.php (line 12)

View
   |
   --XSLTView
Variable Summary
mixed $doc
mixed $proc
mixed $resolver
mixed $resource
mixed $template
Method Summary
XSLTView __construct ([Resource $resource = null])
void display (Request $request, Response $response)
Variables
mixed $doc = null (line 15)
  • access: protected
mixed $proc = null (line 17)
  • access: protected
mixed $resolver = null (line 18)
  • access: protected
mixed $resource = null (line 14)
  • access: protected

Redefinition of:
View::$resource
mixed $template = null (line 16)
  • access: protected
Methods
Constructor __construct (line 25)

Constructs View from Resource, initializes XSLT processor and creates URI resolver.

  • access: public
XSLTView __construct ([Resource $resource = null])

Redefinition of:
View::__construct()
Constructs View from Resource.
display (line 39)

Sets common parameters and arguments for all XSLT views and displays this view.

  • access: public
void display (Request $request, Response $response)

Redefinition of:
View::display()
Displays this view.

Inherited Methods

Inherited From View

View::__construct()
View::display()

Documentation generated on Tue, 25 Sep 2007 11:17:25 +0200 by phpDocumentor 1.3.2