sequence.php File Reference

Go to the source code of this file.

Namespaces

namespace  public

Variables

 $strXml = CorujaArrayManipulation::getArrayField( $_REQUEST , "xml" , "" )
 $objXmlSequence = UmlSequenceDiagramFactoryFromXml::getInstance()->setXml( $strXml )->perform()
 $strTitle = CorujaArrayManipulation::getArrayField( $_REQUEST, "title" , 'Sequence Diagram' )
 $intFont = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "font" , 40 )
 $intZoom = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "zoom" , 50 )
 $booDetails = (boolean)CorujaArrayManipulation::getArrayField( $_REQUEST , "detais" , false )


Variable Documentation

$booDetails = (boolean)CorujaArrayManipulation::getArrayField( $_REQUEST , "detais" , false )

Definition at line 28 of file sequence.php.

$intFont = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "font" , 40 )

Definition at line 26 of file sequence.php.

$intZoom = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "zoom" , 50 )

Definition at line 27 of file sequence.php.

$objXmlSequence = UmlSequenceDiagramFactoryFromXml::getInstance()->setXml( $strXml )->perform()

Definition at line 24 of file sequence.php.

$strTitle = CorujaArrayManipulation::getArrayField( $_REQUEST, "title" , 'Sequence Diagram' )

Definition at line 25 of file sequence.php.

$strXml = CorujaArrayManipulation::getArrayField( $_REQUEST , "xml" , "" )

This file convert the http request into a sequence diagram into screen. Can be used to external access, to be test, to be a remote tool, etc.

Author:
Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com>

Definition at line 17 of file sequence.php.

Referenced by UmlSequenceDiagramPrinterToXml::createXml(), and UmlSequenceDiagramFactoryFromXml::setXml().


Generated on Sat Apr 7 14:19:11 2012 for CodeToDiagram by  doxygen 1.5.9