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

Class: PHP_UML_Output_HtmlNew_DocDatatype

Source Location: /PHP_UML-1.6.2/UML/Output/HtmlNew/DocDatatype.php

Class Overview

PHP_UML_Output_ApiRenderer
   |
   --PHP_UML_Output_HtmlNew_DocElement
      |
      --PHP_UML_Output_HtmlNew_DocClassifier
         |
         --PHP_UML_Output_HtmlNew_DocDatatype

Implementation of the datatype renderer


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: PHP_UML_Output_HtmlNew_DocClassifier

PHP_UML_Output_HtmlNew_DocClassifier::getCurrentElement()
Return the current object
PHP_UML_Output_HtmlNew_DocClassifier::getNextElement()
Return the next object
PHP_UML_Output_HtmlNew_DocClassifier::getPrefix()
Return the prefix (filename scheme)
PHP_UML_Output_HtmlNew_DocClassifier::getPreviousElement()
Return the previous object
PHP_UML_Output_HtmlNew_DocClassifier::getStyleName()
Return the CSS style name of the classifier
PHP_UML_Output_HtmlNew_DocClassifier::getTypeName()
Return the type name of the classifier
PHP_UML_Output_HtmlNew_DocClassifier::render()
Generates and saves the HTML code for a classifier

Class: PHP_UML_Output_HtmlNew_DocElement

PHP_UML_Output_HtmlNew_DocElement::__construct()
Constructor
PHP_UML_Output_HtmlNew_DocElement::displayUnresolved()
Renders an unresolved type as an HTML span
PHP_UML_Output_HtmlNew_DocElement::getCommonLinks()
Returns the HTML code for the common items of the navigation bar
PHP_UML_Output_HtmlNew_DocElement::getDefaultValue()
PHP_UML_Output_HtmlNew_DocElement::getDescription()
PHP_UML_Output_HtmlNew_DocElement::getFileInfo()
Returns the HTML code for the "File" information tag
PHP_UML_Output_HtmlNew_DocElement::getFunctionBlock()
Renders the block "Function" of a package or a classifier as HTML
PHP_UML_Output_HtmlNew_DocElement::getFunctionStyle()
PHP_UML_Output_HtmlNew_DocElement::getLinkTo()
Renders a HTML hyperlink towards a given element (since datatypes don't own to a "package", we suppose they are located in the top package)
PHP_UML_Output_HtmlNew_DocElement::getNavigParentPackage()
Returns the HTML for the link "Package" in the navigation bar
PHP_UML_Output_HtmlNew_DocElement::getParameterList()
Renders the operation's parameters, as a comma-sep list, between brackets
PHP_UML_Output_HtmlNew_DocElement::getPropertyBlock()
Renders the block "Properties" of a package or a class as HTML
PHP_UML_Output_HtmlNew_DocElement::getPropertyStyle()
PHP_UML_Output_HtmlNew_DocElement::getTagsAsList()
Renders the properties of a given stereotype as an HTML list (LI tags).
PHP_UML_Output_HtmlNew_DocElement::getTemplateDirectory()
PHP_UML_Output_HtmlNew_DocElement::replaceInTpl()
Replace the template's placeholders with their value
PHP_UML_Output_HtmlNew_DocElement::save()

Class: PHP_UML_Output_ApiRenderer

PHP_UML_Output_ApiRenderer::__construct()
Constructor for an ApiRenderer.
PHP_UML_Output_ApiRenderer::displayUnresolved()
Renders an unresolved type
PHP_UML_Output_ApiRenderer::generateFunctionId()
Returns an ID to identify a function
PHP_UML_Output_ApiRenderer::generatePropertyId()
Returns an ID for a property
PHP_UML_Output_ApiRenderer::getAbsPath()
Returns the path from the top package to a given package
PHP_UML_Output_ApiRenderer::getAllImplemented()
Returns the array containing all the interfaces of a classifier
PHP_UML_Output_ApiRenderer::getAllImplementing()
Returns the array containing all the classes that implement a given interface
PHP_UML_Output_ApiRenderer::getAllInherited()
Returns the array containing all the extended classes of a classifier This array must have been previously set in the Context object
PHP_UML_Output_ApiRenderer::getAllInheriting()
Returns the array containing all the classes that extends a classifier
PHP_UML_Output_ApiRenderer::getContextPackage()
Return the current ApiContextPackage object
PHP_UML_Output_ApiRenderer::getDefaultValue()
Renders a default value
PHP_UML_Output_ApiRenderer::getDescription()
PHP_UML_Output_ApiRenderer::getFileInfo()
Renders the "File" information tag
PHP_UML_Output_ApiRenderer::getFunctionBlock()
Renders the block "Function" of a package or a classifier
PHP_UML_Output_ApiRenderer::getObjPrefix()
PHP_UML_Output_ApiRenderer::getObjStyle()
PHP_UML_Output_ApiRenderer::getParameterList()
Renders the operation's parameters
PHP_UML_Output_ApiRenderer::getPropertyBlock()
Renders the block "Properties" of a package or a class
PHP_UML_Output_ApiRenderer::getQualifiedName()
Returns the complete namespace for an element
PHP_UML_Output_ApiRenderer::getReturnParam()
Returns the return parameter of a function
PHP_UML_Output_ApiRenderer::getTagsAsList()
Renders the properties of a given stereotype
PHP_UML_Output_ApiRenderer::getTemplate()
Returns the content of a template file
PHP_UML_Output_ApiRenderer::render()
Render globally a package
PHP_UML_Output_ApiRenderer::replaceInTpl()
Replace the template's placeholders with their value
PHP_UML_Output_ApiRenderer::save()
Saves a string in a file (in the folder referenced in the context object)

Class Details

[line 26]
Implementation of the datatype renderer


[ Top ]


Method Detail

getCurrentElement   [line 44]

void getCurrentElement( $i)

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getCurrentElement() (Return the current object)

Parameters:

   $i   — 

[ Top ]

getNextElement   [line 49]

void getNextElement( $i)

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getNextElement() (Return the next object)

Parameters:

   $i   — 

[ Top ]

getPrefix   [line 39]

void getPrefix( )

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getPrefix() (Return the prefix (filename scheme))
[ Top ]

getPreviousElement   [line 54]

void getPreviousElement( $i)

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getPreviousElement() (Return the previous object)

Parameters:

   $i   — 

[ Top ]

getStyleName   [line 34]

void getStyleName( )

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getStyleName() (Return the CSS style name of the classifier)
[ Top ]

getTypeName   [line 29]

void getTypeName( )

  • Access: protected

Overrides PHP_UML_Output_HtmlNew_DocClassifier::getTypeName() (Return the type name of the classifier)
[ Top ]


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