Home
last modified time | relevance | path

Searched refs:PhpWriter (Results 1 – 4 of 4) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/php/
H A Dphpwriter.cpp2976 PhpWriter::PhpWriter() in PhpWriter() function in PhpWriter
2980 PhpWriter::~PhpWriter() in ~PhpWriter()
2988 void PhpWriter::writeClass(UMLClassifier *c) in writeClass()
3142 void PhpWriter::writeOperations(UMLClassifier *c, QTextStream &php) in writeOperations()
3190 void PhpWriter::writeOperations(const QString& classname, in writeOperations()
3263 void PhpWriter::writeAttributes(UMLClassifier *c, QTextStream &php) in writeAttributes()
3309 void PhpWriter::writeAttributes(UMLAttributeList &atList, QTextStream &php) in writeAttributes()
3340 Uml::ProgrammingLanguage::Enum PhpWriter::language() const in language()
3349 QStringList PhpWriter::reservedKeywords() const in reservedKeywords()
H A Dphpwriter.h19 class PhpWriter : public SimpleCodeGenerator
24 PhpWriter();
25 virtual ~PhpWriter();
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Application/Logger/Writer/
H A DPhpWriter.php16 class PhpWriter extends LogWriter class
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/
H A Dcodegenfactory.cpp138 obj = new PhpWriter(); in createObject()