#include <phpimport.h>
◆ PHPImport()
◆ ~PHPImport()
PHPImport::~PHPImport |
( |
| ) |
|
|
virtual |
◆ feedTheModel()
void PHPImport::feedTheModel |
( |
const QString & | fileName | ) |
|
|
private |
Auxiliary method for recursively traversing the #include dependencies in order to feed innermost includes to the model before dependent includes. It is important that includefiles are fed to the model in proper order so that references between UML objects are created properly.
- Parameters
-
fileName | the file to import |
◆ initialize()
void PHPImport::initialize |
( |
| ) |
|
|
protectedvirtual |
◆ initPerFile()
void PHPImport::initPerFile |
( |
| ) |
|
|
protectedvirtual |
◆ parseFile()
bool PHPImport::parseFile |
( |
const QString & | fileName | ) |
|
|
protectedvirtual |
Import a single file.
- Parameters
-
fileName | The file to import. |
Implements ClassImport.
◆ m_d
The documentation for this class was generated from the following files: