PHP_UML
[ class tree: PHP_UML ] [ index: PHP_UML ] [ all elements ]

Class: PHP_UML_Output_Html_Exporter

Source Location: /PHP_UML-1.6.2/UML/Output/Html/Exporter.php

Class Overview

PHP_UML_Output_Exporter
   |
   --PHP_UML_Output_ExporterXSL
      |
      --PHP_UML_Output_Html_Exporter

Implementation of an exporter to generate an HTML website (Javadoc look and feel)


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: PHP_UML_Output_ExporterXSL

PHP_UML_Output_ExporterXSL::__construct()
PHP_UML_Output_ExporterXSL::convertTo2()
XMI converter
PHP_UML_Output_ExporterXSL::createFolder()
Create a folder. This is a callback function for the XSL templates (that's why it is public), and you should not have to use it.
PHP_UML_Output_ExporterXSL::export()
Generates output data by applying a transformation on the XMI stored in the property $xmi
PHP_UML_Output_ExporterXSL::exportFromFile()
Generates output data by applying a transformation on a given XMI file
PHP_UML_Output_ExporterXSL::exportFromXml()
Generates ouput data by applying a transformation on some provided XMI
PHP_UML_Output_ExporterXSL::getXslFilepath()
Return the absolute location of the XSL file
PHP_UML_Output_ExporterXSL::saveToFile()
Save a content to a file. This is a callback function for the XSL templates (that's why it is public), and you should not have to use it.
PHP_UML_Output_ExporterXSL::setCreateFolderCallback()
PHP_UML_Output_ExporterXSL::setSaveToFileCallback()

Class: PHP_UML_Output_Exporter

PHP_UML_Output_Exporter::__construct()
Constructor
PHP_UML_Output_Exporter::export()
Export the current model to a particular output format.
PHP_UML_Output_Exporter::getInstance()
Factory method to retrieve an implementation of an exporter, given the "common name" of a format.
PHP_UML_Output_Exporter::setModel()
Setter for the model.

Class Details

[line 27]
Implementation of an exporter to generate an HTML website (Javadoc look and feel)


[ Top ]


Method Detail

getXslFilepath   [line 29]

void getXslFilepath( )


Overrides PHP_UML_Output_ExporterXSL::getXslFilepath() (Return the absolute location of the XSL file)
[ Top ]


Documentation generated on Mon, 11 Mar 2019 16:01:23 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.