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

Class: PHP_UML_Output_Php_Exporter

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

Class Overview

PHP_UML_Output_Exporter
   |
   --PHP_UML_Output_ExporterAPI
      |
      --PHP_UML_Output_Php_Exporter

This class generates a HTML website from a UML model (a PHP_UML_Metamodel)


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: PHP_UML_Output_ExporterAPI

PHP_UML_Output_ExporterAPI::export()
PHP_UML_Output_ExporterAPI::getContextPackage()
Return the ApiContextPackage currently associated to the rendering
PHP_UML_Output_ExporterAPI::initContextPackage()
PHP_UML_Output_ExporterAPI::setAllImplemented()
Sets the allImplemented/-ing arrays with all the interfaces that a given class implements (including those of the inherited classes)
PHP_UML_Output_ExporterAPI::setAllInherited()
Sets the allInherited/-ing arrays with all the classifiers that a given classifier inherits from
PHP_UML_Output_ExporterAPI::setAllSuperClassifiers()
Recurses into all the packages to build a list of all the generalizations and realizations between elements.

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 26]
This class generates a HTML website from a UML model (a PHP_UML_Metamodel)


[ Top ]


Method Detail

export   [line 62]

void export( $outDir)

  • Access: public

Overrides PHP_UML_Output_ExporterAPI::export() (parent method not documented)

Parameters:

   $outDir   — 

[ Top ]

getDocblocks   [line 57]

void getDocblocks( )

  • Access: public

[ Top ]

setDocblocks   [line 52]

void setDocblocks( boolean $value)

Option to add docblocks
  • Access: public

Parameters:

boolean   $value   —  Set to true to include docblocks

[ Top ]


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