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" , 100 ) | |
| $booDetails = (boolean)CorujaArrayManipulation::getArrayField( $_REQUEST , "detais" , false ) | |
| $booDetails = (boolean)CorujaArrayManipulation::getArrayField( $_REQUEST , "detais" , false ) |
Definition at line 27 of file sequenceDiagramFullScreen.php.
| $intFont = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "font" , 40 ) |
Definition at line 25 of file sequenceDiagramFullScreen.php.
| $intZoom = (integer)CorujaArrayManipulation::getArrayField( $_REQUEST , "zoom" , 100 ) |
Definition at line 26 of file sequenceDiagramFullScreen.php.
| $objXmlSequence = UmlSequenceDiagramFactoryFromXml::getInstance()->setXml( $strXml )->perform() |
Definition at line 23 of file sequenceDiagramFullScreen.php.
| $strTitle = CorujaArrayManipulation::getArrayField( $_REQUEST, "title" , 'Sequence Diagram' ) |
Definition at line 24 of file sequenceDiagramFullScreen.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.
Definition at line 16 of file sequenceDiagramFullScreen.php.
1.5.9