PhpWriter Class Reference
class PhpWriter is a PHP code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier; More...
#include <phpwriter.h>
Inheritance diagram for PhpWriter:

Public Member Functions | |
| virtual void | writeClass (UMLClassifier *c) |
| call this method to generate Php code for a UMLClassifier | |
| virtual Uml::Programming_Language | getLanguage () |
| returns "PHP" | |
| virtual const QStringList | reservedKeywords () const |
| get list of reserved keywords | |
Detailed Description
class PhpWriter is a PHP code generator for UMLClassifier objects Just call writeClass and feed it a UMLClassifier;
Definition at line 29 of file phpwriter.h.
Member Function Documentation
|
|
call this method to generate Php code for a UMLClassifier
Implements SimpleCodeGenerator. Definition at line 2993 of file phpwriter.cpp. References CodeGenerator::cleanName(), CodeGenerator::codeGenerated(), CodeGenerator::findFileName(), CodeGenerator::findObjectsRelated(), CodeGenerator::getHeadingFile(), UMLAttribute::getInitialValue(), UMLAssociation::getMulti(), UMLObject::getName(), UMLAssociation::getObject(), and CodeGenerator::openFile(). |
|
|
returns "PHP"
Implements CodeGenerator. Definition at line 3322 of file phpwriter.cpp. |
|
|
get list of reserved keywords
Reimplemented from CodeGenerator. Definition at line 3326 of file phpwriter.cpp. |
The documentation for this class was generated from the following files:
