
Public Member Functions | |
| setConfiguration (UmlSequenceDiagramPrinterConfigurationInterface $objConfiguration) | |
| getConfiguration () | |
| perform (UmlSequenceDiagram $objUmlSequenceDiagram) | |
| getHeader () | |
Static Public Member Functions | |
| static | getInstance () |
Definition at line 12 of file UmlSequenceDiagramPrinterInterface.interface.php.
| getConfiguration | ( | ) |
Get the configuration of the printer
Implemented in UmlSequenceDiagramPrinterToHtml, and UmlSequenceDiagramPrinterToXml.
| getHeader | ( | ) |
Create the php header to the printer type
Implemented in UmlSequenceDiagramPrinterToHtml, and UmlSequenceDiagramPrinterToXml.
| static getInstance | ( | ) | [static] |
Return the singleton of the UmlSequenceDiagramPrinterDiagram
Implemented in UmlSequenceDiagramPrinterToHtml, and UmlSequenceDiagramPrinterToXml.
| perform | ( | UmlSequenceDiagram $ | objUmlSequenceDiagram | ) |
Perfom the print process
| UmlSequenceDiagram | $objUmlSequenceDiagram |
Implemented in UmlSequenceDiagramPrinterToHtml, and UmlSequenceDiagramPrinterToXml.
| setConfiguration | ( | UmlSequenceDiagramPrinterConfigurationInterface $ | objConfiguration | ) |
Set the configuration of the printer
| UmlSequenceDiagramPrinterConfigurationInterface | $objConfiguration |
Implemented in UmlSequenceDiagramPrinterToHtml, and UmlSequenceDiagramPrinterToXml.
1.5.9